summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-07-04 21:29:43 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-07-04 21:29:43 +0000
commit1f13d094d7326b589c3be69c878c7c1650be1312 (patch)
treebf73772ced9605edeaf0b8f668f03313a65194b0 /include
parent268c8181dbcc476053f6db6033d9943da336569f (diff)
- 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
Diffstat (limited to 'include')
-rw-r--r--include/client.h3
1 files changed, 2 insertions, 1 deletions
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 *);