From: Pekka Riikonen Date: Mon, 21 Aug 2000 14:20:10 +0000 (+0000) Subject: Added REKEY, REKEY_DONE and REMOVE_CHANNEL_USER packet types. X-Git-Tag: SILC.0.1~414 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=8ff83b6b8bc8479087038a285fc229862deb594c Added REKEY, REKEY_DONE and REMOVE_CHANNEL_USER packet types. --- diff --git a/lib/silccore/silcpacket.h b/lib/silccore/silcpacket.h index 9b026f9f..d4803513 100644 --- a/lib/silccore/silcpacket.h +++ b/lib/silccore/silcpacket.h @@ -204,6 +204,9 @@ typedef void (*SilcPacketParserCallback)(SilcPacketParserContext #define SILC_PACKET_NEW_CHANNEL_USER_LIST 25 /* List of users on "" */ #define SILC_PACKET_REPLACE_ID 26 /* To replace old ID */ #define SILC_PACKET_REMOVE_ID 27 /* To remove ID */ +#define SILC_PACKET_REMOVE_CHANNEL_USER 28 /* Remove user from channel */ +#define SILC_PACKET_REKEY 29 +#define SILC_PACKET_REKEY_DONE 30 /* #define SILC_PACKET_MAX 255 */ /* Macros */