X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=7e772e0201c42deb3e499897fb7aacba87b95efa;hp=1d1d4560bf10784d5b3f006266b99ffdb59a2e02;hb=d2f12554a254e814dcdafb3828fc0d9936154eef;hpb=8e0d377cb731b0fbc39a9b2874ec6b772e53620b 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);