summaryrefslogtreecommitdiffstats
path: root/intl/intlh.inst.in
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2000-06-16 18:48:22 +0000
committerBruno Haible <bruno@clisp.org>2000-06-16 18:48:22 +0000
commitd734a4c1fd58bc7522aa2ec8736526f69bfdb539 (patch)
tree613396ae4305cb86386383c84d18c8b91356a4ec /intl/intlh.inst.in
parent9e638edc87d705d6b24e402a292e7d0dee9d297f (diff)
downloadexternal_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.in5
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