summaryrefslogtreecommitdiff
path: root/src/strings_func.h
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2010-11-27 22:47:29 +0000
committerterkhen <terkhen@openttd.org>2010-11-27 22:47:29 +0000
commit4b944cb13e6d75662a9246bf06523a320d814ace (patch)
treee33fd0022fdb6fda524161327738ad9c9c5db53d /src/strings_func.h
parentae78847f0fe2c0bde677e4a9f2ae26913b9d0f20 (diff)
downloadopenttd-4b944cb13e6d75662a9246bf06523a320d814ace.tar.xz
(svn r21343) -Add: Function that compares strings using case insensitive natural sort.
Diffstat (limited to 'src/strings_func.h')
-rw-r--r--src/strings_func.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strings_func.h b/src/strings_func.h
index 706dbd1f0..49176fa1b 100644
--- a/src/strings_func.h
+++ b/src/strings_func.h
@@ -110,4 +110,6 @@ struct StringIDCompare
void CheckForMissingGlyphsInLoadedLanguagePack();
+int strnatcmp(const char *s1, const char *s2);
+
#endif /* STRINGS_TYPE_H */