X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=7e772e0201c42deb3e499897fb7aacba87b95efa;hb=d261673d3ca54ac161c9019e52693e2fe4dcb3cc;hp=1d1d4560bf10784d5b3f006266b99ffdb59a2e02;hpb=5ff96d61ee5af34956ae958a0bc72ee78734a4d7;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 1d1d456..7e772e0 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -137,7 +137,7 @@ int snprintf (char *, size_t, const char *, ...); int vsnprintf (char *, size_t, const char *, va_list); #endif -int strcasecmp (const char *s1, const char *s2); +int mh_strcasecmp (const char *s1, const char *s2); int strncasecmp (const char *s1, const char *s2, size_t n);