summaryrefslogtreecommitdiff
path: root/src/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utf8.h')
-rw-r--r--src/utf8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utf8.h b/src/utf8.h
index 5b3c9f2..f5e7be1 100644
--- a/src/utf8.h
+++ b/src/utf8.h
@@ -20,6 +20,6 @@ typedef enum UTF8_State_e UTF8_State;
utf8 *new_utf8(char *string, UNUM size);
-unsigned char encode(NUM code_point, str *result);
+BOOL encode(NUM code_point, str *result);
#endif