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 771c3a6b..0e96f336 100644
--- a/conf.h
+++ b/conf.h
@@ -44,6 +44,9 @@ conf_get_float (const char *key, float def);
int
conf_get_int (const char *key, int def);
+int64_t
+conf_get_int64 (const char *key, int64_t def);
+
void
conf_set_str (const char *key, const char *val);
@@ -51,6 +54,9 @@ void
conf_set_int (const char *key, int val);
void
+conf_set_int64 (const char *key, int64_t val);
+
+void
conf_set_float (const char *key, float val);
DB_conf_item_t *