diff options
Diffstat (limited to 'include/client.h')
-rw-r--r-- | include/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/client.h b/include/client.h index 9fee4fd..5c94a0f 100644 --- a/include/client.h +++ b/include/client.h @@ -444,6 +444,7 @@ extern dlink_list global_serv_list; /* global servers on the network extern dlink_list oper_list; /* our opers, duplicated in local_client_list */ extern int accept_message(struct Client *, struct Client *); +extern unsigned int idle_time_get(const struct Client *, const struct Client *); extern struct split_nuh_item *find_accept(const char *, const char *, const char *, struct Client *, int); extern void del_accept(struct split_nuh_item *, struct Client *); |