summaryrefslogtreecommitdiffstats
path: root/intl/intl-compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'intl/intl-compat.c')
-rw-r--r--intl/intl-compat.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/intl/intl-compat.c b/intl/intl-compat.c
index 503efa0..c6aeb46 100644
--- a/intl/intl-compat.c
+++ b/intl/intl-compat.c
@@ -1,6 +1,6 @@
/* intl-compat.c - Stub functions to call gettext functions from GNU gettext
Library.
- Copyright (C) 1995 Software Foundation, Inc.
+ Copyright (C) 1995, 2000 Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -30,6 +30,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#undef dcgettext
#undef textdomain
#undef bindtextdomain
+#undef bind_textdomain_codeset
char *
@@ -42,6 +43,15 @@ bindtextdomain (domainname, dirname)
char *
+bind_textdomain_codeset (domainname, codeset)
+ const char *domainname;
+ const char *codeset;
+{
+ return bind_textdomain_codeset__ (domainname, codeset);
+}
+
+
+char *
dcgettext (domainname, msgid, category)
const char *domainname;
const char *msgid;