diff options
Diffstat (limited to 'src/glib-utils.h')
-rw-r--r-- | src/glib-utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glib-utils.h b/src/glib-utils.h index 6631892..0f67f02 100644 --- a/src/glib-utils.h +++ b/src/glib-utils.h @@ -40,7 +40,6 @@ gboolean strchrs (const char *str, char * str_substitute (const char *str, const char *from_str, const char *to_str); -int strcmp_null_tolerant (const char *s1, const char *s2); char* escape_str (const char *str, const char *meta_chars); gboolean match_regexps (GRegex **regexps, |