From fbd61fc16fd20dfd5d4db3cc305a7b512074575e Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 8 May 2000 15:57:36 +0000 Subject: Update. 2000-05-08 Andreas Jaeger * include/libintl.h: Add prototype for __bind_textdomain_codeset. * intl/bindtextdom.c (set_binding_values): Add prototype. --- intl/bindtextdom.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'intl/bindtextdom.c') diff --git a/intl/bindtextdom.c b/intl/bindtextdom.c index 3d49344..4ea368d 100644 --- a/intl/bindtextdom.c +++ b/intl/bindtextdom.c @@ -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 -- cgit v1.1