X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fsilcclient.h;h=f2bc667ccff0b7d1acf678de235fac05415489c1;hb=1d81178ad006cbdc02121626feced167bb6d4822;hp=62a788a3d1df13dbc2bd609ceff46ad8b98278d2;hpb=750724f7df5af0d4ab4cc3c6881bb110cc4234c2;p=silc.git diff --git a/lib/silcclient/silcclient.h b/lib/silcclient/silcclient.h index 62a788a3..f2bc667c 100644 --- a/lib/silcclient/silcclient.h +++ b/lib/silcclient/silcclient.h @@ -1621,6 +1621,9 @@ void silc_client_command_send(SilcClient client, SilcClientConnection conn, * called when an command reply is received to an earlier sent command. * The `reply_cmd' is the command that must be received in order for * the pending command callback indicated by `callback' to be called. + * The `callback' will deliver the `context' and + * SilcClientCommandReplyContext which includes the internals of the + * command reply. * * The `ident' is a command identifier which was set for the earlier * sent command. The command reply will include the same identifier