From 0fa64b71d8101b9f21594a818fc8cb2595f29fce Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Tue, 30 Sep 2003 07:12:01 +0000 Subject: [PATCH] updates --- lib/silcclient/silcclient.h | 6 ++++++ 1 file changed, 6 insertions(+) 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, -- 2.24.0