From 4ae60696aed938347cc1cf2a5d8f5a2b86292132 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Tue, 7 Jul 2020 22:32:11 +0200 Subject: Improve handling of info and status commands --- minecctl/minecctl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'minecctl/minecctl.h') 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; }; -- cgit v1.2.3