X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=9b76d07a5c508267be5475e2a68b7b4172b0f495;hb=786ff643f5933939b8c5173155aa0ae5a3a00eba;hp=a22eac68531871ce5f047dd452a6dba248070aa3;hpb=b33ba7a7953d06a123ee59811903f0eb7f69e120;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index a22eac6..9b76d07 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -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); /*