summaryrefslogtreecommitdiff
path: root/minecctl/mc-commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'minecctl/mc-commands.h')
-rw-r--r--minecctl/mc-commands.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/minecctl/mc-commands.h b/minecctl/mc-commands.h
index c6e2e6f..493a976 100644
--- a/minecctl/mc-commands.h
+++ b/minecctl/mc-commands.h
@@ -2,6 +2,7 @@
#ifndef foomccommandshfoo
#define foomccomanndshfoo
-bool do_mc_pcount(struct cfg *cfg, unsigned *online, unsigned *max);
+bool do_mc_pcount(struct cfg *cfg, struct server *server, unsigned *online,
+ unsigned *max, const char **error);
#endif