X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=charset%2Ftoucs.c;h=1df788a64ed8989392376ece1f917166e035f73f;hb=cc66c86e7311c97db09da989c340ba3108c9e14f;hp=4a6c12f60b63c229db03b946c0cb4557625b7ec7;hpb=ad2bbc52a472b57a9830c33e235fca32db621a8d;p=PuTTY.git diff --git a/charset/toucs.c b/charset/toucs.c index 4a6c12f6..1df788a6 100644 --- a/charset/toucs.c +++ b/charset/toucs.c @@ -46,7 +46,8 @@ static void unicode_emit(void *ctx, long int output) } } -int charset_to_unicode(char **input, int *inlen, wchar_t *output, int outlen, +int charset_to_unicode(const char **input, int *inlen, + wchar_t *output, int outlen, int charset, charset_state *state, const wchar_t *errstr, int errlen) {