summaryrefslogtreecommitdiffstats
path: root/src/cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cfg.h')
-rw-r--r--src/cfg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cfg.h b/src/cfg.h
index 5b89db2..6c7d221 100644
--- a/src/cfg.h
+++ b/src/cfg.h
@@ -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);