summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utf8.h b/utf8.h
index 9deb08a3..d72d14a1 100644
--- a/utf8.h
+++ b/utf8.h
@@ -107,4 +107,8 @@ u8_strcasecmp (const char *a, const char *b);
const char *
utfcasestr (const char *s1, const char *s2);
+// s2 must be lowercase
+const char *
+utfcasestr_fast (const char *s1, const char *s2);
+
#endif