diff options
Diffstat (limited to 'iconvdata/utf-16.c')
-rw-r--r-- | iconvdata/utf-16.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/iconvdata/utf-16.c b/iconvdata/utf-16.c index 91e3390cba..c40e29685a 100644 --- a/iconvdata/utf-16.c +++ b/iconvdata/utf-16.c @@ -100,6 +100,7 @@ struct utf16_data }; +extern int gconv_init (struct __gconv_step *step); int gconv_init (struct __gconv_step *step) { @@ -180,6 +181,7 @@ gconv_init (struct __gconv_step *step) } +extern void gconv_end (struct __gconv_step *data); void gconv_end (struct __gconv_step *data) { |