uprf: We don't have to implement it ourselves but can use strncasecmp()
[mmh] / h / prototypes.h
index a22eac6..9b76d07 100644 (file)
@@ -103,6 +103,7 @@ int smatch(char *, struct swit *);
 char *snprintb(char *, size_t, unsigned, char *);
 int stringdex(char *, char *);
 char *toabsdir(char *);
+char *trim(unsigned char *);
 char *trimcpy(unsigned char *);
 int unputenv(char *);
 int uprf(char *, char *);
@@ -110,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);
 
 
 /*