diff options
Diffstat (limited to 'iconvdata/unicode.c')
-rw-r--r-- | iconvdata/unicode.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/iconvdata/unicode.c b/iconvdata/unicode.c index b8ea905..be72f4f 100644 --- a/iconvdata/unicode.c +++ b/iconvdata/unicode.c @@ -89,6 +89,7 @@ struct unicode_data }; +extern int gconv_init (struct __gconv_step *step); int gconv_init (struct __gconv_step *step) { @@ -135,6 +136,7 @@ gconv_init (struct __gconv_step *step) } +extern void gconv_end (struct __gconv_step *data); void gconv_end (struct __gconv_step *data) { |