summaryrefslogtreecommitdiff
path: root/minecctl/minecctl-rcon.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-26 23:20:43 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-26 23:20:43 +0200
commita87e894ba3f3a8915389f651fb034f0d1835630c (patch)
tree70ca77275f6c79dc869c3bd1808d35e2239c0ced /minecctl/minecctl-rcon.h
parent957634c7c434b6c8d696ca8f4098e96a201fdfb0 (diff)
Split misc commands into a separate file
Diffstat (limited to 'minecctl/minecctl-rcon.h')
-rw-r--r--minecctl/minecctl-rcon.h18
1 files changed, 0 insertions, 18 deletions
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