From c54326f10984fb6c7af9c849be294b7d3e7a4e67 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sun, 1 Jul 2007 11:13:45 +0000 Subject: [PATCH] updates. --- lib/doc/porting.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/doc/porting.html b/lib/doc/porting.html index 97feb671..64a89f79 100644 --- a/lib/doc/porting.html +++ b/lib/doc/porting.html @@ -159,8 +159,8 @@ initially use in the SILC network. The functions silc_client_connect_to_server, silc_client_connect_to_client and silc_client_key_exchange can all be used to create new SILC session with a remote. To connect SILC server use silc_client_connect_to_server. You -now give the SilcClientCnnectionParams as argument which includes the nickname -user wants to use, you now can give the public key pair as argument that is +now give the SilcClientConnectionParams as argument which includes the +nicknameuser wants to use, you now can give the public key pair as argument that is to be used in the connecting. The new SilcClientConnectCallback will be called once the connection has been established and it delivers the SilcClientConection context to the application. It will be later called @@ -170,7 +170,7 @@ connecting, if necessary. In the past canceling connection was not possible.
 
-SilcAsyncOperations op;
+SilcAsyncOperation op;
 SilcClientConnectionParams params;
 
 memset(¶ms, 0, sizeof(params));
-- 
2.24.0