summaryrefslogtreecommitdiff
path: root/minecctl/rcon-commands.h
blob: 84d5529f96011aaf3cab6432b8bf3cd026ce6ff5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef foorconcommandshfoo
#define foorconcommandshfoo

bool do_status(struct cfg *cfg);

bool do_stop(struct cfg *cfg);

bool do_stop_all(struct cfg *cfg);

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

bool do_console(struct cfg *cfg);

bool do_commands(struct cfg *cfg);

#endif