diff options
Diffstat (limited to 'include/channel.h')
-rw-r--r-- | include/channel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channel.h b/include/channel.h index 564533e..8780dbe 100644 --- a/include/channel.h +++ b/include/channel.h @@ -115,7 +115,7 @@ struct Ban extern dlink_list global_channel_list; extern int check_channel_name(const char *, const int); -extern int can_send(struct Channel *, struct Client *, struct Membership *); +extern int can_send(struct Channel *, struct Client *, struct Membership *, const char *); extern int is_banned(const struct Channel *, const struct Client *); extern int can_join(struct Client *, struct Channel *, const char *); extern int has_member_flags(const struct Membership *, const unsigned int); |