From a87e894ba3f3a8915389f651fb034f0d1835630c Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Fri, 26 Jun 2020 23:20:43 +0200 Subject: Split misc commands into a separate file --- minecctl/rcon-commands.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 minecctl/rcon-commands.h (limited to 'minecctl/rcon-commands.h') diff --git a/minecctl/rcon-commands.h b/minecctl/rcon-commands.h new file mode 100644 index 0000000..5366bf9 --- /dev/null +++ b/minecctl/rcon-commands.h @@ -0,0 +1,18 @@ +#ifndef foorconcommandshfoo +#define foorconcommandshfoo + +bool do_status(struct cfg *cfg); + +bool do_ping(struct cfg *cfg); + +bool do_stop(struct cfg *cfg); + +bool do_stop_all(struct cfg *cfg); + +bool do_pcount(struct cfg *cfg); + +bool do_console(struct cfg *cfg); + +bool do_command(struct cfg *cfg); + +#endif -- cgit v1.2.3