Rewrote detach/resuming.
[silc.git] / lib / silcclient / silcclient_entry.h
index ced8f4b1795f0317ed8f4c55068245b9f44cb8db..8b6cca255d4e4d98a558a62074fb6a7d2752a7de 100644 (file)
@@ -107,6 +107,7 @@ struct SilcChannelEntryStruct {
   char *channel_name;               /* Channel name */
   char *topic;                      /* Current topic, may be NULL */
   SilcPublicKey founder_key;        /* Founder key, may be NULL */
+  SilcDList channel_pubkeys;        /* Channel public keys, may be NULL */
   SilcChannelID id;                 /* Channel ID */
   SilcUInt32 mode;                  /* Channel mode, ChannelModes. */
   SilcUInt32 user_limit;            /* User limit on channel */