From 0415b1ec23934e833b5d859aed0f12565c65b526 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 18 Oct 2009 19:14:19 +0200 Subject: new custom columns WIP --- conf.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'conf.h') diff --git a/conf.h b/conf.h index bce7572c..0a76aaa2 100644 --- a/conf.h +++ b/conf.h @@ -56,4 +56,11 @@ conf_set_float (const char *key, float val); DB_conf_item_t * conf_find (const char *group, DB_conf_item_t *prev); +// remove all items starting with key +void +conf_remove_items (const char *key); + +void +conf_item_free (DB_conf_item_t *it); + #endif // __CONF_H -- cgit v1.2.3