From: Pekka Riikonen Date: Tue, 30 Sep 2003 07:12:01 +0000 (+0000) Subject: updates X-Git-Tag: silc.toolkit.0.9.10~35 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=0fa64b71d8101b9f21594a818fc8cb2595f29fce;p=silc.git updates --- diff --git a/lib/silcclient/silcclient.h b/lib/silcclient/silcclient.h index 27d84f8a..75cd26c7 100644 --- a/lib/silcclient/silcclient.h +++ b/lib/silcclient/silcclient.h @@ -1077,6 +1077,12 @@ void silc_client_del_socket(SilcClient client, SilcSocketConnection sock); * library. The library however may use this internally. After the * key exchange is performed the `connect' client operation is called. * + * NOTES + * + * The silc_client_add_connection must be called before calling this + * function to create the SilcClientConnection context for this + * connection. + * ***/ void silc_client_start_key_exchange(SilcClient client, SilcClientConnection conn,