From 4a9f7d2365a9e5dbce0492b2f194968f22b27d85 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 26 Jan 2014 12:16:39 +0000 Subject: - Clean up stupid pointer magic passed to the channel mode handlers. git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2938 82007160-df01-0410-b94d-b575c5fd34c7 --- include/channel_mode.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/channel_mode.h b/include/channel_mode.h index a751dc6..fda0bdb 100644 --- a/include/channel_mode.h +++ b/include/channel_mode.h @@ -116,9 +116,10 @@ struct mode_letter }; extern const struct mode_letter chan_modes[]; + extern int add_id(struct Client *, struct Channel *, char *, int); extern void set_channel_mode(struct Client *, struct Client *, struct Channel *, - struct Membership *, int, char **, char *); + struct Membership *, int, char **); extern void clear_ban_cache(struct Channel *); extern void clear_ban_cache_client(struct Client *); extern void init_chcap_usage_counts(void); -- cgit