(svn r24983) -Change: Apply the same name sorting rules to content and NewGRF list as for the server list.

This commit is contained in:
frosch
2013-02-09 17:31:07 +00:00
parent 4e61c1770d
commit 3e02890b73
5 changed files with 24 additions and 19 deletions

View File

@@ -211,6 +211,6 @@ char *strndup(const char *s, size_t len);
char *strcasestr(const char *haystack, const char *needle);
#endif /* strcasestr is available */
int strnatcmp(const char *s1, const char *s2);
int strnatcmp(const char *s1, const char *s2, bool ignore_garbage_at_front = false);
#endif /* STRING_FUNC_H */