From 0f3dcc548fc79425955f1e4611565bdf70831d34 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 25 Feb 2014 21:10:08 +0000 Subject: - ms_bmask(): made mode_type an unsigned int type git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3043 82007160-df01-0410-b94d-b575c5fd34c7 --- include/channel_mode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/channel_mode.h b/include/channel_mode.h index fda0bdb..76136ec 100644 --- a/include/channel_mode.h +++ b/include/channel_mode.h @@ -117,7 +117,7 @@ struct mode_letter extern const struct mode_letter chan_modes[]; -extern int add_id(struct Client *, struct Channel *, char *, int); +extern int add_id(struct Client *, struct Channel *, char *, unsigned int); extern void set_channel_mode(struct Client *, struct Client *, struct Channel *, struct Membership *, int, char **); extern void clear_ban_cache(struct Channel *); -- cgit