projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7b2d21
)
Added new SILC_STATUS_ENTRY.
author
Pekka Riikonen
<priikone@silcnet.org>
Fri, 6 Oct 2000 08:11:17 +0000
(08:11 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Fri, 6 Oct 2000 08:11:17 +0000
(08:11 +0000)
lib/silccore/silccommand.h
patch
|
blob
|
history
diff --git
a/lib/silccore/silccommand.h
b/lib/silccore/silccommand.h
index 709115563c3b31d2064a327ae1405eddc24ed394..8ecaeaa3e77dda150cfbff33f87e4662eb40965c 100644
(file)
--- a/
lib/silccore/silccommand.h
+++ b/
lib/silccore/silccommand.h
@@
-89,7
+89,8
@@
typedef unsigned short SilcCommandStatus;
/* Command Status messages */
#define SILC_STATUS_OK 0
#define SILC_STATUS_LIST_START 1
-#define SILC_STATUS_LIST_END 2
+#define SILC_STATUS_LIST_ITEM 2
+#define SILC_STATUS_LIST_END 3
#define SILC_STATUS_ERR_NO_SUCH_NICK 10
#define SILC_STATUS_ERR_NO_SUCH_CHANNEL 11
#define SILC_STATUS_ERR_NO_SUCH_SERVER 12