aboutsummaryrefslogtreecommitdiff
path: root/uchars.h
diff options
context:
space:
mode:
Diffstat (limited to 'uchars.h')
-rw-r--r--uchars.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uchars.h b/uchars.h
index 6e68e7c..925593b 100644
--- a/uchars.h
+++ b/uchars.h
@@ -3,4 +3,4 @@
3#include <stdbool.h> 3#include <stdbool.h>
4 4
5char *ascii(const char16_t *wstr, bool translate_slashes); 5char *ascii(const char16_t *wstr, bool translate_slashes);
6void c16cpy(char16_t *out, uint32_t *outsize, char *s); 6void c16cpy(char16_t *out, uint32_t *outsize, const char *s);