summaryrefslogtreecommitdiff
path: root/conf.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-11-14 19:15:52 +0100
committerGravatar waker <wakeroid@gmail.com>2010-11-14 19:15:52 +0100
commite99691495ae098275ba7a3029960d2156ed28537 (patch)
treed5f5cd734cfde60771191594fcff4e15b9e8ff12 /conf.h
parentd78c38b33247a6ba153847ee720c7786109f00f9 (diff)
album art cache fixes
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 *