X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/08d11e34cc17e3045231729d87025a0cfa598f54..75818939ab299b595e847692904a41055178f69f:/include/channel.h diff --git a/include/channel.h b/include/channel.h index 55703f7..55eeab9 100644 --- a/include/channel.h +++ b/include/channel.h @@ -258,7 +258,7 @@ extern void send_cap_mode_changes(struct Client *client_p, struct Client *source extern void set_channel_mode(struct Client *client_p, struct Client *source_p, struct Channel *chptr, struct membership *msptr, int parc, const char *parv[]); -extern const struct mode_letter chmode_flags[]; +extern int chmode_flags[256]; extern struct ChannelMode chmode_table[256];