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

void do_status(struct cfg *cfg);

void do_ping(struct cfg *cfg);

void do_stop(struct cfg *cfg);

void do_stop_all(struct cfg *cfg);

void do_pcount(struct cfg *cfg);

void do_console(struct cfg *cfg);

void do_command(struct cfg *cfg);

#endif