From 1f13d094d7326b589c3be69c878c7c1650be1312 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 4 Jul 2013 21:29:43 +0000 Subject: - find_accept(): solved XXX git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2364 82007160-df01-0410-b94d-b575c5fd34c7 --- include/client.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/client.h b/include/client.h index a5ba80c..66227aa 100644 --- a/include/client.h +++ b/include/client.h @@ -454,7 +454,8 @@ extern dlink_list oper_list; /* our opers, duplicated in local_client_l 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); + const char *, struct Client *, + int (*)(const char *, const char *)); extern void del_accept(struct split_nuh_item *, struct Client *); extern void del_all_accepts(struct Client *); extern void exit_client(struct Client *, struct Client *, const char *); -- cgit