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