diff options
Diffstat (limited to 'intl/libintl.h')
-rw-r--r-- | intl/libintl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/intl/libintl.h b/intl/libintl.h index 0f147228df..967a8cafcd 100644 --- a/intl/libintl.h +++ b/intl/libintl.h @@ -78,6 +78,11 @@ extern char *textdomain (__const char *__domainname) __THROW; extern char *bindtextdomain (__const char *__domainname, __const char *__dirname) __THROW; +/* Specify the character encoding in which the messages from the + DOMAINNAME message catalog will be returned. */ +extern char *bind_textdomain_codeset (__const char *__domainname, + __const char *__codeset) __THROW; + /* Optimized version of the function above. */ #if defined __OPTIMIZE__ |