uprf: We don't have to implement it ourselves but can use strncasecmp()
[mmh] / h / prototypes.h
index a9e081d..9b76d07 100644 (file)
@@ -72,7 +72,6 @@ char *m_mktemp(const char *, int *, FILE **);
 char *m_mktemp2(const char *, const char *, int *, FILE **);
 void thisisanmbox(FILE *);
 int makedir(char *);
-char *nmh_getpass(const char *);
 char *norm_charmap(char *);
 char *new_fs(char *, char *);
 int pidwait(pid_t, int);
@@ -104,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 *);
@@ -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);
 
 
 /*