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

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_pcount(struct cfg *cfg);

bool do_console(struct cfg *cfg);

bool do_command(struct cfg *cfg);

#endif