From 9a1fdcc9d24fe8dd20cacee0e25a57c6219651a2 Mon Sep 17 00:00:00 2001 From: Test_User Date: Sat, 2 Sep 2023 21:17:20 -0400 Subject: clear command, some other old stufff I forgot to commit --- table.h | 1 + 1 file changed, 1 insertion(+) (limited to 'table.h') 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); -- cgit v1.2.3