diff options
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/util.h b/include/util.h index 265bb02c2..6269bd562 100644 --- a/include/util.h +++ b/include/util.h @@ -194,10 +194,6 @@ int check_utf8_string( const char *string ); int ascii_isupper (int c); int ascii_islower (int c); -int ascii_toupper (int c); -int ascii_tolower (int c); -int ascii_strcasecmp( const char *a, const char *b ); -int ascii_strncasecmp( const char *a, const char *b, size_t n); int ascii_memcasecmp( const char *a, const char *b, size_t n); #ifndef HAVE_STPCPY |