summaryrefslogtreecommitdiffstats
path: root/src/cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cfg.h')
-rw-r--r--src/cfg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cfg.h b/src/cfg.h
index c88a406..0d45bbd 100644
--- a/src/cfg.h
+++ b/src/cfg.h
@@ -17,6 +17,9 @@ struct og_server_cfg {
struct {
const char *interface;
} wol;
+ struct {
+ const char *dir;
+ } repo;
json_t *json;
};