|
|
@@ -350,11 +350,10 @@ void __PHYSFS_sort(void *entries, PHYSFS_uint32 max,
|
|
|
* algorithms possible, if not entirely sane. Most cases should treat the
|
|
|
* return value as "equal" or "not equal".
|
|
|
*/
|
|
|
-/* !!! FIXME: why is this casecmp, when everyone else is icmp? */
|
|
|
-int __PHYSFS_utf8strcasecmp(const char *s1, const char *s2);
|
|
|
+int __PHYSFS_utf8stricmp(const char *s1, const char *s2);
|
|
|
|
|
|
/*
|
|
|
- * This works like __PHYSFS_utf8strcasecmp(), but takes a character (NOT BYTE
|
|
|
+ * This works like __PHYSFS_utf8stricmp(), but takes a character (NOT BYTE
|
|
|
* COUNT) argument, like strcasencmp().
|
|
|
*/
|
|
|
int __PHYSFS_utf8strnicmp(const char *s1, const char *s2, PHYSFS_uint32 l);
|