From: Pekka Riikonen Date: Sun, 31 Mar 2002 10:41:10 +0000 (+0000) Subject: updates. X-Git-Tag: silc.client.0.8.6~4^2~52 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=45b809aa8c02919342929fcf92f394a3d66ae936 updates. --- diff --git a/lib/silcclient/silcclient.h b/lib/silcclient/silcclient.h index 1e069138..4452df4e 100644 --- a/lib/silcclient/silcclient.h +++ b/lib/silcclient/silcclient.h @@ -327,7 +327,13 @@ typedef struct { the command reply status server returned. The `command' is the command reply being processed. The function has variable argument list and each command defines the number and type of arguments it passes to the - application (on error they are not sent). */ + application (on error they are not sent). + + The arguments are sent in the same order as servers sends them. The + 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. */ void (*command_reply)(SilcClient client, SilcClientConnection conn, SilcCommandPayload cmd_payload, int success, SilcCommand command, SilcCommandStatus status, ...);