mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-19 18:32:35 +01:00
(svn r22385) -Fix [FS#4603]: strnatcmp is in string.cpp, so it ought to be declared in string_func.h.
This commit is contained in:
@@ -210,4 +210,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);
|
||||
|
||||
#endif /* STRING_FUNC_H */
|
||||
|
||||
Reference in New Issue
Block a user