From a25d22a1c26203b7c9e2dcd33f4c602b0f82684d Mon Sep 17 00:00:00 2001 From: Test_User Date: Mon, 7 Aug 2023 19:43:57 -0400 Subject: A bunch of stuff, mostly related to client support --- table.h | 1 + 1 file changed, 1 insertion(+) (limited to 'table.h') diff --git a/table.h b/table.h index 45a2ec3..2683cb2 100644 --- a/table.h +++ b/table.h @@ -42,4 +42,5 @@ struct table { 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 -- cgit v1.2.3