From: Pekka Riikonen Date: Fri, 18 Oct 2002 08:47:12 +0000 (+0000) Subject: Do not provide silc_client_send_private_message_key anymore to X-Git-Tag: silc.client.0.9.7~18 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=fef9804d532b6b61a3008b8674ebbd8eccf9b074 Do not provide silc_client_send_private_message_key anymore to application. --- diff --git a/lib/silcclient/silcclient.h b/lib/silcclient/silcclient.h index d3e8929f..e42ec1fe 100644 --- a/lib/silcclient/silcclient.h +++ b/lib/silcclient/silcclient.h @@ -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