Added entry locking using read/write locks.
[silc.git] / lib / silcclient / client_channel.h
index ed590e07c20f808dfef7ee05ba38075a2703eb22..6ec49c6c2356f53c34cf1bfa7bd3c1baa6333d17 100644 (file)
@@ -45,5 +45,8 @@ void silc_client_remove_from_channels(SilcClient client,
 void silc_client_empty_channel(SilcClient client,
                               SilcClientConnection conn,
                               SilcChannelEntry channel);
+SilcBool silc_client_channel_save_public_keys(SilcChannelEntry channel,
+                                             unsigned char *chpk_list,
+                                             SilcUInt32 chpk_list_len);
 
 #endif /* CLIENT_CHANNEL_H */