diff options
Diffstat (limited to 'include/channel_mode.h')
-rw-r--r-- | include/channel_mode.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 *); |