X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/charset/blobdiff_plain/e3e8f8c96d31ef673f3942d8e15a358eca2a3b30..b063a840d1dded0455a70fc3e71ef8f92e8644ab:/utf8.c diff --git a/utf8.c b/utf8.c index 90856e9..c9a9685 100644 --- a/utf8.c +++ b/utf8.c @@ -11,9 +11,9 @@ * UTF-8 has no associated data, so `charset' may be ignored. */ -static void read_utf8(charset_spec const *charset, long int input_chr, - charset_state *state, - void (*emit)(void *ctx, long int output), void *emitctx) +void read_utf8(charset_spec const *charset, long int input_chr, + charset_state *state, + void (*emit)(void *ctx, long int output), void *emitctx) { UNUSEDARG(charset);