Copyright (C) 1995-1999, 2000 Free Software Foundation, Inc.
This file is derived from the file libgettext.h in the GNU gettext package.
- This file is part of the GNU C Library. Its master source is NOT part of
- the C library, however.
-
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
__const char *__msgid2, unsigned long int __n)
__THROW __attribute__ ((__format_arg__ (2)));
-/* Similar to `dxgettext' but select the plural form corresponding to the
+/* Similar to `dcgettext' but select the plural form corresponding to the
number N. */
extern char *dcngettext (__const char *__domainname, __const char *__msgid1,
__const char *__msgid2, unsigned long int __n,
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__