X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fsilccommand.h;h=8ecaeaa3e77dda150cfbff33f87e4662eb40965c;hb=da1e278613c9474ffb0e1c1493498a797a622c6a;hp=709115563c3b31d2064a327ae1405eddc24ed394;hpb=b7b2d21a3a1cc7fb79490d745b3478d8867c3d72;p=silc.git 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