summaryrefslogtreecommitdiffstats
path: root/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.h b/conf.h
index 1ce6a17..da2e64b 100644
--- a/conf.h
+++ b/conf.h
@@ -5,6 +5,9 @@ typedef struct config_t {
char **repos;
int size;
int capacity;
+
+ char *dbroot;
+ char *dbpath;
} config_t;
int config_parse(config_t *config, const char *filename);