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