aboutsummaryrefslogtreecommitdiff
path: root/inc/map.h
diff options
context:
space:
mode:
authorMarvin Borner2023-05-29 23:06:37 +0200
committerMarvin Borner2023-05-29 23:06:37 +0200
commitd347a2fa6483059e6397d2b70e82aa657f1144d2 (patch)
tree70742871fb40bfe6fef3a50a2c307b3ba2682f4e /inc/map.h
parentbc9c636a4768ded2726f54fa15b296eef992ae97 (diff)
checkpoint
Diffstat (limited to 'inc/map.h')
-rw-r--r--inc/map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/map.h b/inc/map.h
index 790d42f..53b0c98 100644
--- a/inc/map.h
+++ b/inc/map.h
@@ -9,8 +9,10 @@
struct term *map_get(hash_t hash);
void map_set(struct term *term, hash_t hash);
+void map_delete(struct term *term);
void map_initialize(void);
void map_destroy(void);
+void map_dump(void); // TODO: remove
struct pqueue *map_to_pqueue(pqueue_cmp_pri_f cmppri, pqueue_get_pri_f getpri,
pqueue_set_pos_f set_pos);