Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-08-17 10:32:52 +0400
committerDJ Delorie <dj@redhat.com>2001-08-17 10:32:52 +0400
commit6445d1871cfb6797a68a70c22e2630ed601d2b0b (patch)
tree119d80cdb5be763d8a9e206ee10a6e771abbc896 /include/hashtab.h
parentab7c6379a88254dc78870413d8b7ce2663cecfaf (diff)
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 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 */