From 70440f48d8c4aa57f030485b60a7faf686f1dd4d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 1 Oct 2000 18:51:15 +0000 Subject: Update. * charmaps/UTF-8: Add the correct Hangul syllable names. Change the width of format control characters to 0. 2000-09-30 Bruno Haible --- iconv/gconv.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'iconv') 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 *); -- cgit v1.2.3