summaryrefslogtreecommitdiff
path: root/iconv/gconv.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-10-01 18:51:15 +0000
committerUlrich Drepper <drepper@redhat.com>2000-10-01 18:51:15 +0000
commit70440f48d8c4aa57f030485b60a7faf686f1dd4d (patch)
tree390781e01bcd099ec70442492bdc5962dc65fb31 /iconv/gconv.h
parentd6040f178121e25478673ba0668acb7e54a299b8 (diff)
Update.
* charmaps/UTF-8: Add the correct Hangul syllable names. Change the width of format control characters to 0. 2000-09-30 Bruno Haible <haible@clisp.cons.org>
Diffstat (limited to 'iconv/gconv.h')
-rw-r--r--iconv/gconv.h3
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 *);