X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fsilcstatus.h;h=8c91d7eb7893b8ccace45df7f703a1094e33f277;hb=4a0081751a282b29d525b5f9a3312628aed24a2f;hp=f619ea9ed5964cb54983d9f5c3658833e92d9f91;hpb=6a164e529cda00a6ebb5b34dd108aa8e67108442;p=silc.git diff --git a/lib/silccore/silcstatus.h b/lib/silccore/silcstatus.h index f619ea9e..8c91d7eb 100644 --- a/lib/silccore/silcstatus.h +++ b/lib/silccore/silcstatus.h @@ -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)