Added SILC Thread Queue API
[crypto.git] / lib / silcclient / client_channel.h
index d72e21897dbed687ef2d3f513fefc2fd5e91b523..0854aa5fac5f9e453b25d01f4cf287c62f4a82fc 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 2006 Pekka Riikonen
+  Copyright (C) 2006 - 2007 Pekka Riikonen
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -45,5 +45,9 @@ 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,
+                                             SilcBool remove_all);
 
 #endif /* CLIENT_CHANNEL_H */