diff options
Diffstat (limited to 'iconv/gconv.h')
-rw-r--r-- | iconv/gconv.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/iconv/gconv.h b/iconv/gconv.h index 50458e2aeb..c2fdf83a25 100644 --- a/iconv/gconv.h +++ b/iconv/gconv.h @@ -84,8 +84,7 @@ typedef int (*__gconv_trans_fct) (struct __gconv_step *, size_t *); /* Function to call to provide transliteration module with context. */ -typedef int (*__gconv_trans_context_fct) (struct __gconv_trans_data *, - __const unsigned char *, +typedef int (*__gconv_trans_context_fct) (void *, __const unsigned char *, __const unsigned char *, unsigned char *, unsigned char *); |