From 6445d1871cfb6797a68a70c22e2630ed601d2b0b Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Fri, 17 Aug 2001 06:32:52 +0000 Subject: merge from gcc --- include/hashtab.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/hashtab.h') diff --git a/include/hashtab.h b/include/hashtab.h index a577c5e2a..8871710e5 100644 --- a/include/hashtab.h +++ b/include/hashtab.h @@ -145,6 +145,9 @@ extern htab_hash htab_hash_pointer; /* An equality function for pointers. */ extern htab_eq htab_eq_pointer; +/* A hash function for null-terminated strings. */ +extern hashval_t htab_hash_string PARAMS ((const PTR)); + #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.3