summaryrefslogtreecommitdiff
path: root/minecctl/mc-commands.h
blob: 493a976fa73fc74226c0cc7f6fc346a0cfb90328 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef foomccommandshfoo
#define foomccomanndshfoo

bool do_mc_pcount(struct cfg *cfg, struct server *server, unsigned *online,
		  unsigned *max, const char **error);

#endif