From 45b809aa8c02919342929fcf92f394a3d66ae936 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sun, 31 Mar 2002 10:41:10 +0000 Subject: [PATCH] updates. --- lib/silcclient/silcclient.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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, ...); -- 2.24.0