summaryrefslogtreecommitdiff
path: root/idle.h
blob: a0bf5c2a225a7bc045fe5eb7176425d0ec5784d6 (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 cfg *cfg, struct server *server,
				 struct connection *conn);

void idle_refdump(struct idle *idle);

void idle_delete(struct cfg *cfg);

void idle_init(struct cfg *cfg);

#endif