aboutsummaryrefslogtreecommitdiff
path: root/collections/map/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'collections/map/map.h')
-rw-r--r--collections/map/map.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/collections/map/map.h b/collections/map/map.h
index ef4b0c8..11a1ceb 100644
--- a/collections/map/map.h
+++ b/collections/map/map.h
@@ -10,4 +10,7 @@ map* map_new(cmp_func);
/*management*/
int map_size(map*);
+/*memory*/
+void map_clear(map*);
+void map_free(map*);
#endif