]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/channel.h
Applying dyn-cmodes.diff - first step in implementing channel module
[irc/rqf/shadowircd.git] / include / channel.h
index 55703f7caba42164f5bd2e8ca59ebd31dc56f691..55eeab9f63dcf4eb7ad6215feb1bba507c9e05df 100644 (file)
@@ -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];