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/misc-commands.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'minecctl/misc-commands.h') diff --git a/minecctl/misc-commands.h b/minecctl/misc-commands.h index e0dc675..8270601 100644 --- a/minecctl/misc-commands.h +++ b/minecctl/misc-commands.h @@ -3,5 +3,7 @@ bool do_list(struct cfg *cfg); +bool do_pcount(struct cfg *cfg); + #endif -- cgit v1.2.3