diff options
Diffstat (limited to 'uchars.h')
-rw-r--r-- | uchars.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,4 +3,4 @@ | |||
3 | #include <stdbool.h> | 3 | #include <stdbool.h> |
4 | 4 | ||
5 | char *ascii(const char16_t *wstr, bool translate_slashes); | 5 | char *ascii(const char16_t *wstr, bool translate_slashes); |
6 | void c16cpy(char16_t *out, uint32_t *outsize, char *s); | 6 | void c16cpy(char16_t *out, uint32_t *outsize, const char *s); |