X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilccore%2Fsilcstatus.h;h=3f1637b6f07db4e78597fc009ae374f5b4a49abd;hp=3b5c7cd0ec648fd97cee67c6fbfd0cfada70ec17;hb=c257b555225193e54d85daf541d29578b3c93882;hpb=f658940d02cf2fd893296b6a7825b42502573668 diff --git a/lib/silccore/silcstatus.h b/lib/silccore/silcstatus.h index 3b5c7cd0..3f1637b6 100644 --- a/lib/silccore/silcstatus.h +++ b/lib/silccore/silcstatus.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2002 - 2003 Pekka Riikonen + Copyright (C) 2002 - 2005 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -102,6 +102,8 @@ typedef SilcUInt8 SilcStatus; #define SILC_STATUS_ERR_TIMEDOUT 54 #define SILC_STATUS_ERR_UNSUPPORTED_PUBLIC_KEY 55 #define SILC_STATUS_ERR_OPERATION_ALLOWED 56 +#define SILC_STATUS_ERR_BAD_SERVER 57 +#define SILC_STATUS_ERR_BAD_USERNAME 58 /***/ #define SILC_STATUS_IS_ERROR(status) (status >= SILC_STATUS_ERR_NO_SUCH_NICK)