summaryrefslogtreecommitdiff
path: root/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'table.h')
-rw-r--r--table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/table.h b/table.h
index 2683cb2..7bcd6f2 100644
--- a/table.h
+++ b/table.h
@@ -44,3 +44,4 @@ extern int set_table_index(struct table *tbl, struct string name, void *ptr);
extern void * get_table_index(struct table tbl, struct string name);
uint8_t has_table_index(struct table tbl, struct string name);
extern void * remove_table_index(struct table *tbl, struct string name); // returns same as get_table_index
+extern void clear_table(struct table *tbl);