summaryrefslogtreecommitdiff
path: root/minecctl/rcon-commands.h
blob: c77e6fef831bc60fb69e6630304c979ade4c3a2f (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_commands(struct cfg *cfg);

#endif