summaryrefslogtreecommitdiff
path: root/minecproxy/idle.h
diff options
context:
space:
mode:
Diffstat (limited to 'minecproxy/idle.h')
-rw-r--r--minecproxy/idle.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/minecproxy/idle.h b/minecproxy/idle.h
new file mode 100644
index 0000000..d7e4ab0
--- /dev/null
+++ b/minecproxy/idle.h
@@ -0,0 +1,13 @@
+#ifndef fooidlehfoo
+#define fooidlehfoo
+
+void idle_check_get_player_count(struct server *server,
+ struct connection *conn);
+
+void idle_refdump();
+
+void idle_delete();
+
+void idle_init();
+
+#endif