summaryrefslogtreecommitdiff
path: root/server-rcon.h
diff options
context:
space:
mode:
Diffstat (limited to 'server-rcon.h')
-rw-r--r--server-rcon.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/server-rcon.h b/server-rcon.h
deleted file mode 100644
index 6625f25..0000000
--- a/server-rcon.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#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