Do not provide silc_client_send_private_message_key anymore to
authorPekka Riikonen <priikone@silcnet.org>
Fri, 18 Oct 2002 08:47:12 +0000 (08:47 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Fri, 18 Oct 2002 08:47:12 +0000 (08:47 +0000)
application.

lib/silcclient/silcclient.h

index d3e8929f61c36146e70ddee45ccad50eda99a4f8..e42ec1fe4c529a47bd0e3b23deeb3d0be9757432 100644 (file)
@@ -1508,33 +1508,6 @@ int silc_client_add_private_message_key_ske(SilcClient client,
                                            SilcSKEKeyMaterial *key,
                                            bool responder);
 
-/****f* silcclient/SilcClientAPI/silc_client_send_private_message_key
- *
- * SYNOPSIS
- *
- *    int silc_client_send_private_message_key(SilcClient client,
- *                                             SilcClientConnection conn,
- *                                             SilcClientEntry client_entry,
- *                                             int force_send);
- *
- * DESCRIPTION
- *
- *    Sends private message key payload to the remote client indicated by
- *    the `client_entry'. If the `force_send' is TRUE the packet is sent
- *    immediately. Returns FALSE if error occurs, TRUE otherwise. The
- *    application should call this function after setting the key to the
- *    client.
- *
- *    Note that the key sent using this function is sent to the remote client
- *    through the SILC network. The packet is protected using normal session
- *    keys. 
- *
- ***/
-int silc_client_send_private_message_key(SilcClient client,
-                                        SilcClientConnection conn,
-                                        SilcClientEntry client_entry,
-                                        int force_send);
-
 /****f* silcclient/SilcClientAPI/silc_client_del_private_message_key
  *
  * SYNOPSIS