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>2004-04-13 19:23:09 +0400
committerDJ Delorie <dj@redhat.com>2004-04-13 19:23:09 +0400
commit8107364bdbebca0cd008ea9071d4a9aa48318c29 (patch)
tree244a43315530b1be31b5dc05bc37f8adff072f49 /include/hashtab.h
parent71ffba498c27887a8bf58c01a8d3d1ce82a76792 (diff)
merge from gcc
Diffstat (limited to 'include/hashtab.h')
-rw-r--r--include/hashtab.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hashtab.h b/include/hashtab.h
index 1af7368d3..a2ef32c36 100644
--- a/include/hashtab.h
+++ b/include/hashtab.h
@@ -166,6 +166,7 @@ extern PTR *htab_find_slot_with_hash PARAMS ((htab_t, const void *,
enum insert_option));
extern void htab_clear_slot PARAMS ((htab_t, void **));
extern void htab_remove_elt PARAMS ((htab_t, void *));
+extern void htab_remove_elt_with_hash PARAMS ((htab_t, void *, hashval_t));
extern void htab_traverse PARAMS ((htab_t, htab_trav, void *));
extern void htab_traverse_noresize PARAMS ((htab_t, htab_trav, void *));