| # | Line 132 | Line 132 | extern const struct chan_mode *cmode_map | |
|---|---|---|
| 132 | extern const struct chan_mode cmode_tab[]; | |
| 133 | ||
| 134 | extern void channel_mode_init(void); | |
| 135 | < | extern int add_id(struct Client *, struct Channel *, char *, dlink_list *); |
| 135 | > | extern bool add_id(struct Client *, struct Channel *, char *, dlink_list *); |
| 136 | extern void channel_mode_set(struct Client *, struct Channel *, | |
| 137 | struct Membership *, int, char **); | |
| 138 | extern void clear_ban_cache_list(dlink_list *); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |