diff options
Diffstat (limited to 'iconv/gconv_int.h')
-rw-r--r-- | iconv/gconv_int.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/iconv/gconv_int.h b/iconv/gconv_int.h index e4202f68ea..f0239195c9 100644 --- a/iconv/gconv_int.h +++ b/iconv/gconv_int.h @@ -112,8 +112,7 @@ extern int __gconv_find_transform (const char *__toset, const char *__fromset, internal_function; /* Read all the configuration data and cache it. */ -extern void __gconv_read_conf (void) - internal_function; +extern void __gconv_read_conf (void); /* Comparison function to search alias. */ extern int __gconv_alias_compare (const void *__p1, const void *__p2); |