diff options
Diffstat (limited to 'inc/map.h')
-rw-r--r-- | inc/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,6 +14,6 @@ void map_set(struct hashmap *map, struct term *term); void map_delete(struct hashmap *map, struct term *term); void map_initialize(void); void map_destroy(struct hashmap *map); -void map_dump(struct hashmap *map); // TODO: remove +void map_dump(struct hashmap *map, char all); #endif |