summaryrefslogtreecommitdiff
path: root/minecctl/rcon-commands.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/rcon-commands.h
parent957634c7c434b6c8d696ca8f4098e96a201fdfb0 (diff)
Split misc commands into a separate file
Diffstat (limited to 'minecctl/rcon-commands.h')
-rw-r--r--minecctl/rcon-commands.h18
1 files changed, 18 insertions, 0 deletions
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