summaryrefslogtreecommitdiff
path: root/minecproxy/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'minecproxy/server.h')
-rw-r--r--minecproxy/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/minecproxy/server.h b/minecproxy/server.h
index 7201ba6..c6ea252 100644
--- a/minecproxy/server.h
+++ b/minecproxy/server.h
@@ -55,7 +55,7 @@ bool server_start(struct server *server);
bool server_stop(struct server *server);
-void server_set_active_players(struct server *server, int count);
+void server_update_active_players(struct server *server, int count);
void server_async_dns_update(struct server_config *scfg, bool done);