Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update.
	* include/libintl.h: Declare __dgettext and __dcgettext.
  • Loading branch information
Ulrich Drepper committed Aug 21, 1999
1 parent a2b3aa7 commit 5a02dce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -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>

Expand Down
4 changes: 4 additions & 0 deletions include/libintl.h
Expand Up @@ -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));
Expand Down

0 comments on commit 5a02dce

Please sign in to comment.