summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/utf8.h b/utf8.h
index f0912c12..9deb08a3 100644
--- a/utf8.h
+++ b/utf8.h
@@ -98,6 +98,12 @@ int u8_valid (const char *str,
int max_len,
const char **end);
+int
+u8_tolower (const signed char *c, int l, char *out);
+
+int
+u8_strcasecmp (const char *a, const char *b);
+
const char *
utfcasestr (const char *s1, const char *s2);