summaryrefslogtreecommitdiffstats
path: root/src/util/sss_utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/sss_utf8.h')
-rw-r--r--src/util/sss_utf8.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util/sss_utf8.h b/src/util/sss_utf8.h
index 37dcff959..b7da76219 100644
--- a/src/util/sss_utf8.h
+++ b/src/util/sss_utf8.h
@@ -35,6 +35,11 @@
#define ENOMATCH -1
#endif
+void sss_utf8_free(void *ptr);
+
+/* The result must be freed with sss_utf8_free() */
+uint8_t *sss_utf8_tolower(const uint8_t *s, size_t len, size_t *nlen);
+
bool sss_utf8_check(const uint8_t *s, size_t n);
errno_t sss_utf8_case_eq(const uint8_t *s1, const uint8_t *s2);