Addec multiple channel private key support to Irssi SILC client.
[silc.git] / apps / irssi / src / silc / core / silc-channels.h
index 8a286b733efe8c5575c07513bb47b9da07397d28..b572712c4b8c0cf30d5e8445262424ba544643bb 100644 (file)
@@ -19,6 +19,7 @@ typedef struct {
   GSList *banlist;             /* list of bans */
   GSList *ebanlist;            /* list of ban exceptions */
   GSList *invitelist;          /* invite list */
+  SilcUInt32 cur_key;
   SilcChannelEntry entry;
 } SILC_CHANNEL_REC;