summaryrefslogtreecommitdiff
path: root/minecctl/rcon-commands.h
diff options
context:
space:
mode:
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