From: Pekka Riikonen Date: Fri, 6 Oct 2000 08:11:17 +0000 (+0000) Subject: Added new SILC_STATUS_ENTRY. X-Git-Tag: SILC.0.1~366 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=da1e278613c9474ffb0e1c1493498a797a622c6a Added new SILC_STATUS_ENTRY. --- diff --git a/lib/silccore/silccommand.h b/lib/silccore/silccommand.h index 70911556..8ecaeaa3 100644 --- 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