summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.h b/main.h
index d405e84..256ddae 100644
--- a/main.h
+++ b/main.h
@@ -144,8 +144,8 @@ struct cfg {
/* Options */
uid_t uid;
gid_t gid;
- const char *homedir;
- char *cfg_path;
+ const char *cfg_dir;
+ const char *cfg_file;
bool do_igmp;
char *igmp_iface;
bool splice_supported;