diff options
Diffstat (limited to 'locale/programs/locales.h')
-rw-r--r-- | locale/programs/locales.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/programs/locales.h b/locale/programs/locales.h index a992642805..9fe85e9e07 100644 --- a/locale/programs/locales.h +++ b/locale/programs/locales.h @@ -99,8 +99,8 @@ void ctype_class_to (struct linereader *lr, struct localedef_t *locale, struct token *code, struct charset_t *charset); void ctype_class_end (struct linereader *lr, struct localedef_t *locale); -int ctype_is_charmap (struct linereader *lr, struct localedef_t *locale, - const char *name); +int ctype_is_charconv (struct linereader *lr, struct localedef_t *locale, + const char *name); void ctype_map_new (struct linereader *lr, struct localedef_t *locale, enum token_t tok, struct token *code, struct charset_t *charset); |