aboutsummaryrefslogtreecommitdiff
path: root/include/hashtab.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-08-17 06:33:05 +0000
committerDJ Delorie <dj@redhat.com>2001-08-17 06:33:05 +0000
commit8fc34799029ef55fd64a6cd72d592aee9e8ac074 (patch)
tree173692f92beb672dae3391f7b39c015666209011 /include/hashtab.h
parente9e69f5a09a9cfde95670fe39ec1b9c1e4e8749f (diff)
downloadgdb-8fc34799029ef55fd64a6cd72d592aee9e8ac074.zip
gdb-8fc34799029ef55fd64a6cd72d592aee9e8ac074.tar.gz
gdb-8fc34799029ef55fd64a6cd72d592aee9e8ac074.tar.bz2
merge from gcc
Diffstat (limited to 'include/hashtab.h')
-rw-r--r--include/hashtab.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hashtab.h b/include/hashtab.h
index a577c5e..8871710 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 */