]> git.marmaro.de Git - mmh/blobdiff - h/prototypes.h
Fixed a couple of typos.
[mmh] / h / prototypes.h
index 1d1d4560bf10784d5b3f006266b99ffdb59a2e02..7e772e0201c42deb3e499897fb7aacba87b95efa 100644 (file)
@@ -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);