silcclient: auto-negotiation of private message key using SKE over SILCnet
[silc.git] / lib / silcclient / client_prvmsg.h
index 93e5532d114087fa12f1c256b44761bcfdbd0e05..7cc1bf9c25a5252a6c0a8630cff088e6ce76369a 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 2006 Pekka Riikonen
+  Copyright (C) 2006 - 2014 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
@@ -24,4 +24,14 @@ SILC_FSM_STATE(silc_client_private_message);
 SILC_FSM_STATE(silc_client_private_message_error);
 SILC_FSM_STATE(silc_client_private_message_key);
 
+SilcBool
+silc_client_autoneg_private_message_key(SilcClient client,
+                                       SilcClientConnection conn,
+                                       SilcClientEntry client_entry,
+                                       SilcPacket initiator_packet,
+                                       SilcMessageFlags flags,
+                                       SilcHash hash,
+                                       unsigned char *data,
+                                       SilcUInt32 data_len);
+
 #endif /* CLIENT_PRVMSG_H */