summaryrefslogtreecommitdiff
path: root/minecctl/rcon-commands.h
blob: b2ae75de8273f4d9a1b7acf8a11af6444a234195 (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_info(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