Added SILC Thread Queue API
[crypto.git] / lib / silccore / silcstatus.h
index 3b5c7cd0ec648fd97cee67c6fbfd0cfada70ec17..4eba17420d9b25efa1d21790eb0f123fff683d1f 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 2002 - 2003 Pekka Riikonen
+  Copyright (C) 2002 - 2007 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,9 @@ 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_ERR_NO_SUCH_PUBLIC_KEY  59
 /***/
 
 #define SILC_STATUS_IS_ERROR(status) (status >= SILC_STATUS_ERR_NO_SUCH_NICK)