aboutsummaryrefslogtreecommitdiff
path: root/common/str.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/str.h')
-rw-r--r--common/str.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/str.h b/common/str.h
index b85c3812a7..7b97dfe945 100644
--- a/common/str.h
+++ b/common/str.h
@@ -378,4 +378,7 @@ size_t strlcat(char *dst, const char *src, size_t size);
} // End of namespace Common
+extern int scumm_stricmp(const char *s1, const char *s2);
+extern int scumm_strnicmp(const char *s1, const char *s2, uint n);
+
#endif