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