projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5f72ce
)
updates.
author
Pekka Riikonen
<priikone@silcnet.org>
Mon, 4 Jun 2007 18:28:29 +0000
(18:28 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Mon, 4 Jun 2007 18:28:29 +0000
(18:28 +0000)
lib/doc/command_reply_args.html
patch
|
blob
|
history
diff --git
a/lib/doc/command_reply_args.html
b/lib/doc/command_reply_args.html
index 20fc1f478b7c73a0e013c9244530f9268b1af99e..723593c5c1e6123287f8b94bcc6a5acd098d2086 100644
(file)
--- 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:
<tt>
void (*command_reply)(SilcClient client, SilcClientConnection conn,<br />
-
-SilcCommandPayload cmd_payload, bool success, SilcCommand command,<br />
-
-SilcStatus status, ...);
+ SilcCommand command, SilcStatus status,<br />
+ SilcStatus error, va_list ap);
</tt>
<br /> <br />