updates.
authorPekka Riikonen <priikone@silcnet.org>
Sun, 31 Mar 2002 10:41:10 +0000 (10:41 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 31 Mar 2002 10:41:10 +0000 (10:41 +0000)
lib/silcclient/silcclient.h

index 1e069138a4b53a51c70a7eed51f7c75c4af4082d..4452df4e00468c4cc05804ab35d970c34d22fa54 100644 (file)
@@ -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, ...);