X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fsilcstatus.h;h=dea64e94184d3e8d5a9555cc4976a2e781fd4b42;hb=db5be1005b40b416681909cd557ba79ac6935203;hp=6accc4a1a672cbb3bb981e55f9f0a6441e07e624;hpb=febd9934299458d950f311026695ca315933c717;p=silc.git diff --git a/lib/silccore/silcstatus.h b/lib/silccore/silcstatus.h index 6accc4a1..dea64e94 100644 --- a/lib/silccore/silcstatus.h +++ b/lib/silccore/silcstatus.h @@ -58,7 +58,7 @@ typedef SilcUInt8 SilcStatus; #define SILC_STATUS_ERR_NO_SUCH_NICK 10 #define SILC_STATUS_ERR_NO_SUCH_CHANNEL 11 #define SILC_STATUS_ERR_NO_SUCH_SERVER 12 -#define SILC_STATUS_ERR_TOO_MANY_TARGETS 13 +#define SILC_STATUS_ERR_INCOMPLETE_INFORMATION 13 #define SILC_STATUS_ERR_NO_RECIPIENT 14 #define SILC_STATUS_ERR_UNKNOWN_COMMAND 15 #define SILC_STATUS_ERR_WILDCARDS 16 @@ -95,6 +95,10 @@ typedef SilcUInt8 SilcStatus; #define SILC_STATUS_ERR_NO_SUCH_SERVER_ID 47 #define SILC_STATUS_ERR_RESOURCE_LIMIT 48 #define SILC_STATUS_ERR_NO_SUCH_SERVICE 49 +#define SILC_STATUS_ERR_NOT_AUTHENTICATED 50 +#define SILC_STATUS_ERR_BAD_SERVER_ID 51 +#define SILC_STATUS_ERR_KEY_EXCHANGE_FAILED 52 +#define SILC_STATUS_ERR_BAD_VERSION 53 /***/ #endif /* SILCSTATUS_H */