diff options
Diffstat (limited to 'iconv/gconv_charset.h')
-rw-r--r-- | iconv/gconv_charset.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/iconv/gconv_charset.h b/iconv/gconv_charset.h index 1e2b76bdca..b0b28079c6 100644 --- a/iconv/gconv_charset.h +++ b/iconv/gconv_charset.h @@ -57,4 +57,5 @@ upstr (char *dst, const char *str) /* If NAME is an codeset alias expand it. */ -extern const char *__gconv_lookup_alias (const char *name); +extern int __gconv_compare_alias (const char *name1, const char *name2) + internal_function; |