aboutsummaryrefslogtreecommitdiff
path: root/inc/map.h
diff options
context:
space:
mode:
authorMarvin Borner2023-06-01 16:14:34 +0200
committerMarvin Borner2023-06-01 16:56:39 +0200
commitccd4914d395b5a588868cffaad580c29167e6747 (patch)
treefd24dbb444745736ed07991a23e1305217a012f2 /inc/map.h
parent931df5e774eebb098c5d7be93937d2b2f12b86ac (diff)
More parenting
Diffstat (limited to 'inc/map.h')
-rw-r--r--inc/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/map.h b/inc/map.h
index b389bfa..c66f850 100644
--- a/inc/map.h
+++ b/inc/map.h
@@ -10,7 +10,7 @@
struct hashmap *map_all_terms(void);
struct term *map_get(struct hashmap *map, hash_t hash);
-void map_set(struct hashmap *map, struct term *term, hash_t hash);
+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);