summaryrefslogtreecommitdiff
path: root/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf.h b/conf.h
index aa21c009..3a6248eb 100644
--- a/conf.h
+++ b/conf.h
@@ -18,6 +18,8 @@
#ifndef __CONF_H
#define __CONF_H
+#include "deadbeef.h"
+
int
conf_load (void);
@@ -39,4 +41,7 @@ conf_get_int (const char *key, int def);
void
conf_set_str (const char *key, const char *val);
+DB_conf_item_t *
+conf_find (const char *group, DB_conf_item_t *prev);
+
#endif // __CONF_H