summaryrefslogtreecommitdiff
path: root/minecproxy/server-rcon.h
diff options
context:
space:
mode:
Diffstat (limited to 'minecproxy/server-rcon.h')
-rw-r--r--minecproxy/server-rcon.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/minecproxy/server-rcon.h b/minecproxy/server-rcon.h
new file mode 100644
index 0000000..6625f25
--- /dev/null
+++ b/minecproxy/server-rcon.h
@@ -0,0 +1,12 @@
+#ifndef fooserverrconhfoo
+#define fooserverrconhfoo
+
+void rcon_stop(struct server *server);
+
+void rcon_refdump(struct server *server);
+
+void rcon_delete(struct server *server);
+
+void rcon_init(struct server *server);
+
+#endif