Added silc_regex and silc_regex_buffer. Deprecated
[crypto.git] / lib / silcutil / silcstrutil.h
index 1236e4fad2d387a40648b95face593ce7dd9de8c..bc692975259bc59632b126fa4b7556d720482ea8 100644 (file)
@@ -99,19 +99,6 @@ char *silc_strncat(char *dest, SilcUInt32 dest_size,
  ***/
 char *silc_string_regexify(const char *string);
 
-/****f* silcutil/SilcStrUtilAPI/silc_string_regex_match
- *
- * SYNOPSIS
- *
- *    int silc_string_regex_match(const char *regex, const char *string);
- *
- * DESCRIPTION
- *
- *    Matches the two strings and returns TRUE if the strings match.
- *
- ***/
-int silc_string_regex_match(const char *regex, const char *string);
-
 /****f* silcutil/SilcStrUtilAPI/silc_string_match
  *
  * SYNOPSIS