From 3e02890b739b4b7331a6f5d65fb3fdc1bcd57db6 Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 9 Feb 2013 17:31:07 +0000 Subject: (svn r24983) -Change: Apply the same name sorting rules to content and NewGRF list as for the server list. --- src/string_func.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/string_func.h') diff --git a/src/string_func.h b/src/string_func.h index 0760c380b..32d3d7e6a 100644 --- a/src/string_func.h +++ b/src/string_func.h @@ -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 */ -- cgit v1.2.3-54-g00ecf