summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2018-07-14 15:01:03 +0300
committerOxore <oxore@protonmail.com>2018-07-14 15:01:03 +0300
commite3614f6eef762ca0c2e14736c8a20760c6d5661b (patch)
treef8834e1137050246bdc99ef476088251707d9917 /include
parentd3fddd7d28f314a6738f2a0ba4d9f58024b01984 (diff)
Add utf8_strlen tests, refactor unicode module
Diffstat (limited to 'include')
-rw-r--r--include/unicode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unicode.h b/include/unicode.h
index f950f12..0a34ce3 100644
--- a/include/unicode.h
+++ b/include/unicode.h
@@ -1,2 +1,2 @@
-unsigned long utf8_strlen(void *string);
+unsigned long utf8_strlen(char *string);
void utf8to32_strcpy(wchar_t *dest, char *src);