summaryrefslogtreecommitdiff
path: root/include/hashtbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hashtbl.h')
-rw-r--r--include/hashtbl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hashtbl.h b/include/hashtbl.h
index da618c8a..25f2d2d5 100644
--- a/include/hashtbl.h
+++ b/include/hashtbl.h
@@ -81,5 +81,6 @@ void *hash_iterate(const struct hash_table *head,
struct hash_tbl_node **iterator,
const char **key);
void hash_free(struct hash_table *head);
+void hash_free_all(struct hash_table *head, bool free_keys);
#endif /* NASM_HASHTBL_H */