projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7884682
)
Added REKEY, REKEY_DONE and REMOVE_CHANNEL_USER packet types.
author
Pekka Riikonen
<priikone@silcnet.org>
Mon, 21 Aug 2000 14:20:10 +0000
(14:20 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Mon, 21 Aug 2000 14:20:10 +0000
(14:20 +0000)
lib/silccore/silcpacket.h
patch
|
blob
|
history
diff --git
a/lib/silccore/silcpacket.h
b/lib/silccore/silcpacket.h
index 9b026f9f85263815ecdd200426bbbf39673a090d..d48035135b9302e90420f917de7085cfb50dc0d1 100644
(file)
--- 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 */