diff options
author | DJ Delorie <dj@delorie.com> | 2001-08-17 06:33:05 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2001-08-17 06:33:05 +0000 |
commit | 1c1a41de3c18b59ad2a210c6b458fcdbe38709ed (patch) | |
tree | bf455f071aed05409f7e402b8497f300d701a5eb /include/hashtab.h | |
parent | 1d918802c8fc243ca6a84680645173e2f368e03c (diff) | |
download | gdb-1c1a41de3c18b59ad2a210c6b458fcdbe38709ed.tar.gz |
merge from gcc
Diffstat (limited to 'include/hashtab.h')
-rw-r--r-- | include/hashtab.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hashtab.h b/include/hashtab.h index a577c5e2afe..8871710e5d8 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 */ |