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/minecctl-rcon.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 minecctl/minecctl-rcon.h (limited to 'minecctl/minecctl-rcon.h') diff --git a/minecctl/minecctl-rcon.h b/minecctl/minecctl-rcon.h deleted file mode 100644 index 348845f..0000000 --- a/minecctl/minecctl-rcon.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef foominecctlrconhfoo -#define foominecctlrconhfoo - -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