summaryrefslogtreecommitdiff
path: root/lib/hmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hmap.h')
-rw-r--r--lib/hmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hmap.h b/lib/hmap.h
index d56749996..92aff7f99 100644
--- a/lib/hmap.h
+++ b/lib/hmap.h
@@ -69,6 +69,7 @@ struct hmap {
/* Initialization. */
void hmap_init(struct hmap *);
void hmap_destroy(struct hmap *);
+void hmap_clear(struct hmap *);
void hmap_swap(struct hmap *a, struct hmap *b);
void hmap_moved(struct hmap *hmap);
static inline size_t hmap_count(const struct hmap *);