From 2908bfe524865cdaec9be533c9afd9d6b0d09343 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Mon, 21 Jul 2003 15:46:10 +0000 Subject: [PATCH] updates. --- lib/silcclient/silcclient.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/silcclient/silcclient.h b/lib/silcclient/silcclient.h index a0474981..49262c1a 100644 --- a/lib/silcclient/silcclient.h +++ b/lib/silcclient/silcclient.h @@ -1092,6 +1092,10 @@ void silc_client_start_key_exchange(SilcClient client, * * Closes connection to remote end. Free's all allocated data except * for some information such as nickname etc. that are valid at all time. + * Usually application does not need to directly call this, except + * when explicitly closing the connection, or if an error occurs + * during connection to server (see 'connect' client operation for + * more information). * ***/ void silc_client_close_connection(SilcClient client, -- 2.24.0