From da1e278613c9474ffb0e1c1493498a797a622c6a Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Fri, 6 Oct 2000 08:11:17 +0000 Subject: [PATCH] Added new SILC_STATUS_ENTRY. --- lib/silccore/silccommand.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.24.0