blob: d7e4ab0eafad30b9a853daff3356c5bf1da878b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef fooidlehfoo
#define fooidlehfoo
void idle_check_get_player_count(struct server *server,
struct connection *conn);
void idle_refdump();
void idle_delete();
void idle_init();
#endif
|