Added SILC Thread Queue API
[silc.git] / lib / silcutil / silcerrno.c
index 1739b2da64877e8107031b50769de2cd3054dd11..5f415e94aa3fccf3ceea959bd629a6328ca10410 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 2007 Pekka Riikonen
+  Copyright (C) 2007 - 2008 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
@@ -350,6 +350,20 @@ const char *silc_errno_strings[] =
   "Interrupted",
   "Not valid",
   "Limit reached",
+  "Syntax error",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
 
   "No such file or directory",
   "Already exists",
@@ -364,6 +378,23 @@ const char *silc_errno_strings[] =
   "I/O error",
   "Bad file descriptor",
   "End of file",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
 
   "Bad IP address",
   "Unknown IP address",
@@ -379,8 +410,30 @@ const char *silc_errno_strings[] =
   "Address already in use",
   "Network is down",
   "End of stream",
-
-  NULL
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+
+  "Badly placed parenthesis",
+  "Bad hexadecimal number",
+  "Bad match register number",
+  "Badly placed special character",
+  "Regular expression too complex",
+  "Bad regular expression opcode",
+  "Bad repeat value",
 };
 
 /* Map error to string */