X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/2dc6356a02ebe2e5c0428cefc18e64882d85b4a6..f7aa4b367eaf2c1e928f97263bcf4da74680aff3:/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) {