aboutsummaryrefslogtreecommitdiff
path: root/src/ellinika/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ellinika/utf8.h')
-rw-r--r--src/ellinika/utf8.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ellinika/utf8.h b/src/ellinika/utf8.h
index ce26f09..c4b5e44 100644
--- a/src/ellinika/utf8.h
+++ b/src/ellinika/utf8.h
@@ -60,2 +60,3 @@ unsigned *utf8_wc_quote (const unsigned *s);
const unsigned *utf8_wc_strchr(const unsigned *str, unsigned chr);
+const unsigned *utf8_wc_strnchr(const unsigned *str, unsigned chr, size_t len);
const unsigned *utf8_wc_strchr_ci(const unsigned *str, unsigned chr);
@@ -63,2 +64,5 @@ const unsigned *utf8_wc_strstr(const unsigned *haystack,
const unsigned *needle);
+const unsigned *utf8_wc_strnstr(const unsigned *haystack, size_t hlen,
+ const unsigned *needle, size_t nlen);
+

Return to:

Send suggestions and report system problems to the System administrator.