diff options
author | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-09-28 00:07:49 +0200 |
---|---|---|
committer | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-09-28 00:07:49 +0200 |
commit | c90ce96f3f86404ee85b390a3ed4b575a257423d (patch) | |
tree | b779d3773e2a69a4b46a2c58e72a8e5971bed73f /mactelnet.h | |
parent | 86460e9be93df399286e63b8142853d6e5aee5a9 (diff) | |
download | MAC-Telnet-c90ce96f3f86404ee85b390a3ed4b575a257423d.tar.gz MAC-Telnet-c90ce96f3f86404ee85b390a3ed4b575a257423d.zip |
Comment cleanup
Diffstat (limited to 'mactelnet.h')
-rw-r--r-- | mactelnet.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mactelnet.h b/mactelnet.h index c9c5c02..d2af675 100644 --- a/mactelnet.h +++ b/mactelnet.h @@ -19,13 +19,13 @@ #ifndef _MACTELNET_H #define _MACTELNET_H 1 -// Packet type +/* Packet type */ #define MT_PTYPE_SESSIONSTART 0 #define MT_PTYPE_DATA 1 #define MT_PTYPE_ACK 2 #define MT_PTYPE_END 255 -// Control packet type +/* Control packet type */ #define MT_CPTYPE_BEGINAUTH 0 #define MT_CPTYPE_ENCRYPTIONKEY 1 #define MT_CPTYPE_PASSWORD 2 @@ -35,7 +35,7 @@ #define MT_CPTYPE_TERM_HEIGHT 6 #define MT_CPTYPE_PACKET_ERROR 7 #define MT_CPTYPE_END_AUTH 9 -// Internal CPTYPE, not part of protocol +/* Internal CPTYPE, not part of protocol */ #define MT_CPTYPE_PLAINDATA -1 struct mt_mactelnet_hdr { |