X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fsilcstatus.h;h=4564a55dffe9e7cf37347516d663811b328a77fd;hb=cdedc07c65bab8467f6f5b1ef4b38982c2c77571;hp=8c91d7eb7893b8ccace45df7f703a1094e33f277;hpb=2878ba34b8d864f89cfb785448e95cdd42297ee0;p=silc.git diff --git a/lib/silccore/silcstatus.h b/lib/silccore/silcstatus.h index 8c91d7eb..4564a55d 100644 --- a/lib/silccore/silcstatus.h +++ b/lib/silccore/silcstatus.h @@ -100,6 +100,8 @@ typedef SilcUInt8 SilcStatus; #define SILC_STATUS_ERR_KEY_EXCHANGE_FAILED 52 #define SILC_STATUS_ERR_BAD_VERSION 53 #define SILC_STATUS_ERR_TIMEDOUT 54 +#define SILC_STATUS_ERR_UNSUPPORTED_PUBLIC_KEY 55 +#define SILC_STATUS_ERR_OPERATION_ALLOWED 56 /***/ #define SILC_STATUS_IS_ERROR(status) (status >= SILC_STATUS_ERR_NO_SUCH_NICK)