Added SILC regular expression API. Added new regex error values.
[silc.git] / lib / silcutil / silcerrno.c
index 62404a8ea3e9d77b96e9d38a88bc5e9fa29caaf1..fae62b500f2a2786137443cba72a70f8a9a0af88 100644 (file)
@@ -410,8 +410,28 @@ const char *silc_errno_strings[] =
   "Address already in use",
   "Network is down",
   "End of stream",
-
   "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+  "",
+
+  "Badly placed parenthesis",
+  "Bad hexadecimal number",
+  "Bad match register number",
+  "Badly placed special character",
+  "Regular expression too complex",
 };
 
 /* Map error to string */