summaryrefslogtreecommitdiff
path: root/src/fe-text/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-text/utf8.h')
-rw-r--r--src/fe-text/utf8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-text/utf8.h b/src/fe-text/utf8.h
index a37c0b6a..efc6af08 100644
--- a/src/fe-text/utf8.h
+++ b/src/fe-text/utf8.h
@@ -12,7 +12,7 @@ void utf8_to_utf16(const char *str, unichar *out);
/* unichar -> UTF-8 string. outbuf must be at least 6 chars long.
Returns outbuf string length. */
-int utf16_char_to_utf8(unichar c, unsigned char *outbuf);
+int utf16_char_to_utf8(unichar c, char *outbuf);
/* unichar -> UTF-8 string. The NUL is copied as well.
Make sure out is at least 6 x length of str. */