summaryrefslogtreecommitdiff
path: root/minecctl/rcon-commands.h
blob: 1714dd55539963f78c756d6cad750a1fb64c3aeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef foorconcommandshfoo
#define foorconcommandshfoo

bool do_status(struct cfg *cfg);

bool do_ping(struct cfg *cfg);

bool do_stop(struct cfg *cfg);

bool do_stop_all(struct cfg *cfg);

bool do_rcon_pcount(struct cfg *cfg, unsigned *online, unsigned *max);

bool do_console(struct cfg *cfg);

bool do_command(struct cfg *cfg);

#endif