summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2007-04-16 22:55:50 +0000
committerJakub Jelinek <jakub@redhat.com>2007-04-16 22:55:50 +0000
commita891c7b0e014df5df027249f59cb444b87afdf30 (patch)
treea383ef12ee847c1c220f4ee41a4431b5d596dd0f /locale
parenteae077f1c3de8572b3616b29cd53e72ca054b280 (diff)
New approach to including locale data in the rpm.
Diffstat (limited to 'locale')
-rw-r--r--locale/programs/locarchive.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/programs/locarchive.c b/locale/programs/locarchive.c
index 5c0d5f18ce..201700dcb0 100644
--- a/locale/programs/locarchive.c
+++ b/locale/programs/locarchive.c
@@ -521,7 +521,7 @@ close_archive (struct locarhandle *ah)
#include "../../intl/explodename.c"
#include "../../intl/l10nflist.c"
-static struct namehashent *
+struct namehashent *
insert_name (struct locarhandle *ah,
const char *name, size_t name_len, bool replace)
{
@@ -579,7 +579,7 @@ insert_name (struct locarhandle *ah,
return &namehashtab[idx];
}
-static void
+void
add_alias (struct locarhandle *ah, const char *alias, bool replace,
const char *oldname, uint32_t *locrec_offset_p)
{