summaryrefslogtreecommitdiff
path: root/table.h
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2023-08-07 19:43:57 -0400
committerTest_User <hax@andrewyu.org>2023-08-07 19:43:57 -0400
commita25d22a1c26203b7c9e2dcd33f4c602b0f82684d (patch)
tree0ce7ba3ab39ae16e730076d1e66bdeb4a41099a7 /table.h
parent4f6fdc6d4faba1c268b8714be26f683de6884c77 (diff)
downloadcoupserv-a25d22a1c26203b7c9e2dcd33f4c602b0f82684d.tar.gz
coupserv-a25d22a1c26203b7c9e2dcd33f4c602b0f82684d.zip
A bunch of stuff, mostly related to client support
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 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