summaryrefslogtreecommitdiff
path: root/include/hashmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hashmap.h')
-rw-r--r--include/hashmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hashmap.h b/include/hashmap.h
index 26dfc61..3663754 100644
--- a/include/hashmap.h
+++ b/include/hashmap.h
@@ -29,6 +29,7 @@ hashmap_remove(struct hashmap_entry *entry)
void hashmap_add(struct hashmap *map, struct hashmap_entry *entry);
struct hashmap_entry *hashmap_find(struct hashmap *map, hash_t hash);
+void hashmap_free_entries(struct hashmap *map);
void hashmap_init(struct hashmap *map);
#endif /* !_HASHMAP_H */