Added SILC Thread Queue API
[runtime.git] / lib / silcclient / client_ops_example.c
index 6b6a5b889bfe2f8f8e24b7e4f4e511e2f195a947..a14ebfb00ddbf84a951af5701f170624118e1cb3 100644 (file)
@@ -86,7 +86,9 @@ void silc_command(SilcClient client, SilcClientConnection conn,
    arguments are same as received from the server except for ID's.  If
    ID is received application receives the corresponding entry to the
    ID. For example, if Client ID is receives application receives
-   SilcClientEntry. */
+   SilcClientEntry.
+
+   See: http://silcnet.org/docs/toolkit/command_reply_args.html */
 void silc_command_reply(SilcClient client, SilcClientConnection conn,
                        SilcCommand command, SilcStatus status,
                        SilcStatus error, va_list ap);