From: Ulrich Drepper Date: Sun, 13 Feb 2000 07:31:22 +0000 (+0000) Subject: (repertoire_find_value): Declare. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f00fa75c66f9ac25b390c8934005e0093481746a;p=thirdparty%2Fglibc.git (repertoire_find_value): Declare. --- 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 */