X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcstrutil.h;h=0860bb3a942c2ecc1a4ceb3f3a9abc933f139cd6;hb=e9374395ec9747bddd3ea0bfd3e5a17717e97b31;hp=490f8dd5feff29b85c2ba7b024062e11cc4bafdf;hpb=8fd8212bcd16f2b53fbedff2a9b9a4e8c15b9695;p=silc.git diff --git a/lib/silcutil/silcstrutil.h b/lib/silcutil/silcstrutil.h index 490f8dd5..0860bb3a 100644 --- a/lib/silcutil/silcstrutil.h +++ b/lib/silcutil/silcstrutil.h @@ -141,8 +141,6 @@ char *silc_strncat(char *dest, SilcUInt32 dest_size, * be used by the GNU regex library. A comma (`,') in the `string' means * that the string is list. * - * This function is system dependant. - * ***/ char *silc_string_regexify(const char *string); @@ -156,8 +154,6 @@ char *silc_string_regexify(const char *string); * * Matches the two strings and returns TRUE if the strings match. * - * This function is system dependant. - * ***/ int silc_string_regex_match(const char *regex, const char *string); @@ -172,8 +168,6 @@ int silc_string_regex_match(const char *regex, const char *string); * Do regex match to the two strings `string1' and `string2'. If the * `string2' matches the `string1' this returns TRUE. * - * This function is system dependant. - * ***/ int silc_string_match(const char *string1, const char *string2);