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