diff options
author | Marvin Borner | 2023-06-01 16:14:34 +0200 |
---|---|---|
committer | Marvin Borner | 2023-06-01 16:56:39 +0200 |
commit | ccd4914d395b5a588868cffaad580c29167e6747 (patch) | |
tree | fd24dbb444745736ed07991a23e1305217a012f2 /inc/map.h | |
parent | 931df5e774eebb098c5d7be93937d2b2f12b86ac (diff) |
More parenting
Diffstat (limited to 'inc/map.h')
-rw-r--r-- | inc/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |