X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=docs%2Ftoolkit%2Fmanual%2Fsilcclient-SilcClientConnection.html;h=52f09005ae9316fb75bacc8267ba515e2029b2f1;hb=682202d356751ad60393c9a68fe612b8baacce43;hp=b7937304ecef55bca8e2657ec32d6a1bf5b4af89;hpb=80b80cef93d9dff6acc4bc8e3a522c55fcdc3fca;p=website.git diff --git a/docs/toolkit/manual/silcclient-SilcClientConnection.html b/docs/toolkit/manual/silcclient-SilcClientConnection.html index b793730..52f0900 100644 --- a/docs/toolkit/manual/silcclient-SilcClientConnection.html +++ b/docs/toolkit/manual/silcclient-SilcClientConnection.html @@ -193,9 +193,9 @@ automatically generated links to that list. --> void *callback_context; /* Connection context */ SilcClient client; /* Pointer back to SilcClient */ - /* Current say() operation associated context, identifies the client, - channel or server the message is related to. Application can use - this information to target the message better. */ + /* Current say() or verify_public_key() operation associated context, + identifies the client, channel or server the operation is related to. + Application can use this information to target the operation better. */ union { SilcClientEntry client_entry; SilcChannelEntry channel_entry;