From f00fa75c66f9ac25b390c8934005e0093481746a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 13 Feb 2000 07:31:22 +0000 Subject: [PATCH] (repertoire_find_value): Declare. --- locale/programs/repertoire.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/locale/programs/repertoire.h b/locale/programs/repertoire.h index 7befeb4e0d4..82a32c79d60 100644 --- a/locale/programs/repertoire.h +++ b/locale/programs/repertoire.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1998 Free Software Foundation, Inc. +/* Copyright (C) 1998, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -20,6 +20,7 @@ #ifndef _REPERTOIREMAP_H #define _REPERTOIREMAP_H 1 +#include #include #include "simple-hash.h" @@ -33,6 +34,10 @@ struct repertoire_t /* Prototypes for repertoire map handling functions. */ -struct repertoire_t *repertoire_read (const char *filename); +extern struct repertoire_t *repertoire_read (const char *filename); + +/* Find value for name in repertoire map. */ +extern uint32_t repertoire_find_value (const hash_table *repertoire, + const char *name, size_t len); #endif /* repertoiremap.h */ -- 2.47.2