uprf: We don't have to implement it ourselves but can use strncasecmp()
[mmh] / h / prototypes.h
index ed7f1ae..9b76d07 100644 (file)
@@ -111,7 +111,6 @@ int vfgets(FILE *, char **);
 char *write_charset_8bit(void);
 
 int mh_strcasecmp(const char *s1, const char *s2);
-int strncasecmp(const char *s1, const char *s2, size_t n);
 
 
 /*