1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
2000-05-08  Andreas Jaeger  <aj@suse.de>

	* include/libintl.h: Add prototype for __bind_textdomain_codeset.

	* intl/bindtextdom.c (set_binding_values): Add prototype.
This commit is contained in:
Andreas Jaeger
2000-05-08 15:57:36 +00:00
parent 470175f1b9
commit fbd61fc16f
3 changed files with 12 additions and 0 deletions

View File

@@ -84,6 +84,10 @@ __libc_rwlock_define (extern, _nl_state_lock)
# define BIND_TEXTDOMAIN_CODESET bind_textdomain_codeset__
#endif
/* Prototypes for local functions. */
static void set_binding_values (const char *domainname, const char **dirnamep,
const char **codesetp);
/* Specifies the directory name *DIRNAMEP and the output codeset *CODESETP
to be used for the DOMAINNAME message catalog.
If *DIRNAMEP or *CODESETP is NULL, the corresponding attribute is not