X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/2dc6356a02ebe2e5c0428cefc18e64882d85b4a6..f0f0ae7f27c50b0bc586d360da17f3cb05e9c467:/charset/fromucs.c diff --git a/charset/fromucs.c b/charset/fromucs.c index f08375f0..6ccdb864 100644 --- a/charset/fromucs.c +++ b/charset/fromucs.c @@ -40,7 +40,8 @@ static void charset_emit(void *ctx, long int output) } } -int charset_from_unicode(wchar_t **input, int *inlen, char *output, int outlen, +int charset_from_unicode(const wchar_t **input, int *inlen, + char *output, int outlen, int charset, charset_state *state, const char *errstr, int errlen) {