summaryrefslogtreecommitdiff
path: root/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf.h b/conf.h
index 3a6248eb..4c090ab3 100644
--- a/conf.h
+++ b/conf.h
@@ -41,6 +41,12 @@ conf_get_int (const char *key, int def);
void
conf_set_str (const char *key, const char *val);
+void
+conf_set_int (const char *key, int val);
+
+void
+conf_set_float (const char *key, float val);
+
DB_conf_item_t *
conf_find (const char *group, DB_conf_item_t *prev);