blob: 8b410e14a457e1ddd57d62d511236c22567a740e (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef foorconhfoo
#define foorconhfoo
void rcon_refdump(struct rcon *rcon);
void rcon_delete(struct cfg *cfg, struct server *server);
void rcon_init(struct cfg *cfg, struct server *server);
#endif
|