From e99691495ae098275ba7a3029960d2156ed28537 Mon Sep 17 00:00:00 2001 From: waker Date: Sun, 14 Nov 2010 19:15:52 +0100 Subject: album art cache fixes --- conf.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'conf.h') diff --git a/conf.h b/conf.h index 771c3a6b..0e96f336 100644 --- a/conf.h +++ b/conf.h @@ -44,12 +44,18 @@ 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); 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); -- cgit v1.2.3