# | Line 117 | Line 117 | extern dlink_list global_channel_list; | |
---|---|---|
117 | extern int check_channel_name(const char *, int); | |
118 | extern int can_send(struct Channel *, struct Client *, struct Membership *); | |
119 | extern int is_banned(const struct Channel *, const struct Client *); | |
120 | < | extern int can_join(struct Client *, struct Channel *, const char *); |
120 | > | extern const char *can_join(struct Client *, struct Channel *, const char *); |
121 | extern int has_member_flags(struct Membership *, unsigned int); | |
122 | ||
123 | extern void remove_ban(struct Ban *, dlink_list *); |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |