From d5f72cea32c49bc48301b999dec0eac532922561 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Mon, 4 Jun 2007 18:28:21 +0000 Subject: [PATCH] Comment updates. --- lib/silcclient/silcclient.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/silcclient/silcclient.h b/lib/silcclient/silcclient.h index f0e7fc8a..569b2ab2 100644 --- a/lib/silcclient/silcclient.h +++ b/lib/silcclient/silcclient.h @@ -1309,9 +1309,12 @@ SilcChannelUser silc_client_on_channel(SilcChannelEntry channel, * be the command name. The variable argument list must be terminated * with NULL. * - * Returns FALSE if the command is not known and TRUE after command. - * execution. The `command' client operation callback will be called when - * the command is executed to indicate whether or not the command executed + * Returns command identifier for this sent command. It can be used + * to additionally attach to the command reply using the function + * silc_client_command_pending, if needed. Returns 0 on error. + * + * The `command' client operation callback will be called when the + * command is executed to indicate whether or not the command executed * successfully. * * The `command_reply' client operation callbak will be called when reply -- 2.24.0