From: Pekka Riikonen Date: Mon, 4 Jun 2007 18:28:21 +0000 (+0000) Subject: Comment updates. X-Git-Tag: silc.toolkit.1.1.1~52 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=d5f72cea32c49bc48301b999dec0eac532922561 Comment updates. --- 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