diff options
author | Bruno Haible <bruno@clisp.org> | 2000-06-16 18:48:22 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2000-06-16 18:48:22 +0000 |
commit | d734a4c1fd58bc7522aa2ec8736526f69bfdb539 (patch) | |
tree | 613396ae4305cb86386383c84d18c8b91356a4ec /intl/intlh.inst.in | |
parent | 9e638edc87d705d6b24e402a292e7d0dee9d297f (diff) | |
download | external_gettext-d734a4c1fd58bc7522aa2ec8736526f69bfdb539.zip external_gettext-d734a4c1fd58bc7522aa2ec8736526f69bfdb539.tar.gz external_gettext-d734a4c1fd58bc7522aa2ec8736526f69bfdb539.tar.bz2 |
Keep in sync with new bind_textdomain_codeset function in libintl.glibc.
Diffstat (limited to 'intl/intlh.inst.in')
-rw-r--r-- | intl/intlh.inst.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/intl/intlh.inst.in b/intl/intlh.inst.in index d263024..8a30511 100644 --- a/intl/intlh.inst.in +++ b/intl/intlh.inst.in @@ -78,6 +78,11 @@ extern char *textdomain PARAMS ((const char *__domainname)); extern char *bindtextdomain PARAMS ((const char *__domainname, const char *__dirname)); +/* Specify the character encoding in which the messages from the + DOMAINNAME message catalog will be returned. */ +extern char *bind_textdomain_codeset PARAMS ((const char *__domainname, + const char *__codeset)); + /* Optimized version of the functions above. */ #if defined __OPTIMIZED |