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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/collections/map/map.h b/collections/map/map.h
index a5fc816..d1a0012 100644
--- a/collections/map/map.h
+++ b/collections/map/map.h
@@ -13,6 +13,7 @@ int map_size(map*);
/*data*/
int map_insert(map*, void*, void*);
void* map_reset_key(map*, void*);
+void* map_index(map*, void*);
/*memory*/
void map_clear(map*);