Added new SILC_STATUS_ERR_TIMEDOUT status type.
[silc.git] / lib / silccore / silcstatus.h
index f619ea9ed5964cb54983d9f5c3658833e92d9f91..8c91d7eb7893b8ccace45df7f703a1094e33f277 100644 (file)
@@ -99,6 +99,7 @@ typedef SilcUInt8 SilcStatus;
 #define SILC_STATUS_ERR_BAD_SERVER_ID       51
 #define SILC_STATUS_ERR_KEY_EXCHANGE_FAILED 52
 #define SILC_STATUS_ERR_BAD_VERSION         53
+#define SILC_STATUS_ERR_TIMEDOUT            54
 /***/
 
 #define SILC_STATUS_IS_ERROR(status) (status >= SILC_STATUS_ERR_NO_SUCH_NICK)