Added SILC Thread Queue API
[crypto.git] / lib / silccore / silcstatus.h
index 3f1637b6f07db4e78597fc009ae374f5b4a49abd..4eba17420d9b25efa1d21790eb0f123fff683d1f 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 2002 - 2005 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
@@ -104,6 +104,7 @@ typedef SilcUInt8 SilcStatus;
 #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)