# | Line 112 | Line 112 | struct mode_letter | |
---|---|---|
112 | }; | |
113 | ||
114 | extern const struct mode_letter chan_modes[]; | |
115 | < | extern struct ChannelMode ModeTable[]; |
115 | > | extern const struct ChannelMode ModeTable[]; |
116 | ||
117 | extern int add_id(struct Client *, struct Channel *, char *, unsigned int); | |
118 | extern void set_channel_mode(struct Client *, struct Channel *, |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |