diff options
Diffstat (limited to 'src/cfg.h')
-rw-r--r-- | src/cfg.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ struct og_server_cfg { struct { const char *interface; } wol; + struct { + const char *dir; + } repo; json_t *json; }; |