From 99b2c70137fef05a5a18f439b9010ddba455f5cb Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Sat, 27 Jun 2020 15:18:45 +0200 Subject: Create a shared mc protocol implementation and use it in the proxy and cmd line tool --- minecctl/rcon-commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'minecctl/rcon-commands.h') diff --git a/minecctl/rcon-commands.h b/minecctl/rcon-commands.h index 5366bf9..1714dd5 100644 --- a/minecctl/rcon-commands.h +++ b/minecctl/rcon-commands.h @@ -9,7 +9,7 @@ bool do_stop(struct cfg *cfg); bool do_stop_all(struct cfg *cfg); -bool do_pcount(struct cfg *cfg); +bool do_rcon_pcount(struct cfg *cfg, unsigned *online, unsigned *max); bool do_console(struct cfg *cfg); -- cgit v1.2.3