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