diff options
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); |