Added new SILC_STATUS_ENTRY.
authorPekka Riikonen <priikone@silcnet.org>
Fri, 6 Oct 2000 08:11:17 +0000 (08:11 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Fri, 6 Oct 2000 08:11:17 +0000 (08:11 +0000)
lib/silccore/silccommand.h

index 709115563c3b31d2064a327ae1405eddc24ed394..8ecaeaa3e77dda150cfbff33f87e4662eb40965c 100644 (file)
@@ -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