updates.
[website.git] / docs / toolkit / manual / silcclient-SilcClientConnection.html
index b7937304ecef55bca8e2657ec32d6a1bf5b4af89..52f09005ae9316fb75bacc8267ba515e2029b2f1 100644 (file)
@@ -193,9 +193,9 @@ automatically generated links to that list. -->
       void *callback_context;              /* Connection context */
       <A HREF="silcclient-SilcClient.html">SilcClient</A> client;                   /* Pointer back to <A HREF="silcclient-SilcClient.html">SilcClient</A> */
     
-      /* 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 {
         <A HREF="silcclient_entry-SilcClientEntry.html">SilcClientEntry</A> client_entry;
         <A HREF="silcclient_entry-SilcChannelEntry.html">SilcChannelEntry</A> channel_entry;