aboutsummaryrefslogtreecommitdiff
path: root/src/utf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utf.h')
-rw-r--r--src/utf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utf.h b/src/utf.h
index 75d7b6e..03fba69 100644
--- a/src/utf.h
+++ b/src/utf.h
@@ -11,7 +11,8 @@
int utf8_encode(int codepoint, char *buffer, int *size);
int utf8_check_first(char byte);
-int utf8_check_full(const char *buffer, int size);
+int utf8_check_full(const char *buffer, int size, int32_t *codepoint);
+const char *utf8_iterate(const char *buffer, int32_t *codepoint);
int utf8_check_string(const char *string, int length);