diff options
author | Bruno Haible <bruno@clisp.org> | 2005-05-20 10:01:05 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:12:34 +0200 |
commit | bdd802cf0cfbed08a91a0aadbd01a5c4a854298a (patch) | |
tree | e039c80fdb033a4b5429d597627bc649e35e275e /gettext-runtime/intl/gettextP.h | |
parent | 11423bef627183074c3752172b79305eba434c0e (diff) | |
download | external_gettext-bdd802cf0cfbed08a91a0aadbd01a5c4a854298a.zip external_gettext-bdd802cf0cfbed08a91a0aadbd01a5c4a854298a.tar.gz external_gettext-bdd802cf0cfbed08a91a0aadbd01a5c4a854298a.tar.bz2 |
glibc 2004-08-06 Jakub Jelinek <jakub@redhat.com>
Diffstat (limited to 'gettext-runtime/intl/gettextP.h')
-rw-r--r-- | gettext-runtime/intl/gettextP.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gettext-runtime/intl/gettextP.h b/gettext-runtime/intl/gettextP.h index 6be4646..856367e 100644 --- a/gettext-runtime/intl/gettextP.h +++ b/gettext-runtime/intl/gettextP.h @@ -132,8 +132,6 @@ struct loaded_domain /* 1 if the hash table uses a different endianness than this machine. */ int must_swap_hash_tab; - int codeset_cntr; - /* Cache of charset conversions of the translated strings. */ struct converted_domain *conversions; size_t nconversions; @@ -156,7 +154,6 @@ struct binding { struct binding *next; char *dirname; - int codeset_cntr; /* Incremented each time codeset changes. */ char *codeset; char domainname[ZERO]; }; @@ -180,8 +177,6 @@ struct loaded_l10nfile *_nl_find_domain (const char *__dirname, char *__locale, void _nl_load_domain (struct loaded_l10nfile *__domain, struct binding *__domainbinding) internal_function; -void _nl_unload_domain (struct loaded_domain *__domain) - internal_function; char *_nl_find_msg (struct loaded_l10nfile *domain_file, struct binding *domainbinding, const char *msgid, @@ -210,6 +205,9 @@ extern char *__bindtextdomain (const char *__domainname, const char *__dirname); extern char *__bind_textdomain_codeset (const char *__domainname, const char *__codeset); +extern void _nl_finddomain_subfreeres (void) attribute_hidden; +extern void _nl_unload_domain (struct loaded_domain *__domain) + internal_function attribute_hidden; #else /* Declare the exported libintl_* functions, in a way that allows us to call them under their real name. */ |