From 6913166038c89f155a18faf9f926489b7836caa2 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Mon, 4 Jun 2007 18:28:29 +0000 Subject: [PATCH] updates. --- lib/doc/command_reply_args.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/doc/command_reply_args.html b/lib/doc/command_reply_args.html index 20fc1f47..723593c5 100644 --- a/lib/doc/command_reply_args.html +++ b/lib/doc/command_reply_args.html @@ -30,10 +30,8 @@ The 'command_reply' client operation callback function prototype is as follows:    void (*command_reply)(SilcClient client, SilcClientConnection conn,
-          -SilcCommandPayload cmd_payload, bool success, SilcCommand command,
-          -SilcStatus status, ...); + SilcCommand command, SilcStatus status,
+ SilcStatus error, va_list ap);

 
-- 2.24.0