summaryrefslogtreecommitdiff
path: root/minecctl/minecctl-rcon.h
diff options
context:
space:
mode:
Diffstat (limited to 'minecctl/minecctl-rcon.h')
-rw-r--r--minecctl/minecctl-rcon.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/minecctl/minecctl-rcon.h b/minecctl/minecctl-rcon.h
index 181dc43..348845f 100644
--- a/minecctl/minecctl-rcon.h
+++ b/minecctl/minecctl-rcon.h
@@ -1,18 +1,18 @@
#ifndef foominecctlrconhfoo
#define foominecctlrconhfoo
-void do_status(struct cfg *cfg);
+bool do_status(struct cfg *cfg);
-void do_ping(struct cfg *cfg);
+bool do_ping(struct cfg *cfg);
-void do_stop(struct cfg *cfg);
+bool do_stop(struct cfg *cfg);
-void do_stop_all(struct cfg *cfg);
+bool do_stop_all(struct cfg *cfg);
-void do_pcount(struct cfg *cfg);
+bool do_pcount(struct cfg *cfg);
-void do_console(struct cfg *cfg);
+bool do_console(struct cfg *cfg);
-void do_command(struct cfg *cfg);
+bool do_command(struct cfg *cfg);
#endif