summaryrefslogtreecommitdiff
path: root/minecctl/minecctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'minecctl/minecctl.h')
-rw-r--r--minecctl/minecctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/minecctl/minecctl.h b/minecctl/minecctl.h
index 14243c6..16199a3 100644
--- a/minecctl/minecctl.h
+++ b/minecctl/minecctl.h
@@ -9,6 +9,7 @@ struct cfg {
char *mc_addrstr;
char **commands;
bool force_stop;
+ bool default_set;
bool (*cmd)(struct cfg *cfg);
struct list_head servers;
};