summaryrefslogtreecommitdiff
path: root/conf.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-10-18 19:14:19 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-10-18 19:14:19 +0200
commit0415b1ec23934e833b5d859aed0f12565c65b526 (patch)
tree26d0dabd7e0de3c1e64ffdbb1136ce7ae0773b15 /conf.h
parentfca50d0be2ee6393edb111372305efaeb09ecf36 (diff)
new custom columns WIP
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h7
1 files changed, 7 insertions, 0 deletions
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