* include/libintl.h: Declare __dgettext and __dcgettext.
This commit is contained in:
Ulrich Drepper 1999-08-21 00:37:18 +00:00
parent a2b3aa73b8
commit 5a02dce6b7
2 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,7 @@
* intl/loadmsgcat.c (_nl_load_domain): Try to determine charset used
in the message file and if necessary find approrpiate
conversion to match currently selected charset.
* include/libintl.h: Declare __dgettext and __dcgettext.
1999-08-20 Andreas Schwab <schwab@suse.de>

View File

@ -3,6 +3,10 @@
/* Now define the internal interfaces. */
extern char *__gettext __P ((__const char *__msgid));
extern char *__dgettext __P ((__const char *__domainname,
__const char *__msgid));
extern char *__dcgettext __P ((__const char *__domainname,
__const char *__msgid, int __category));
extern char *__textdomain __P ((__const char *__domainname));
extern char *__bindtextdomain __P ((__const char *__domainname,
__const char *__dirname));