X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/193c58debae5ae0e21fe9716aed575a817940bfe..57191fa4be31f3d08b0ed0fcae6ae0ffefd837f6:/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) {