summaryrefslogtreecommitdiff
path: root/src/string_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/string_func.h')
-rw-r--r--src/string_func.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string_func.h b/src/string_func.h
index 27cff81f7..1fb58b46a 100644
--- a/src/string_func.h
+++ b/src/string_func.h
@@ -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 */