Comment updates.
authorPekka Riikonen <priikone@silcnet.org>
Mon, 4 Jun 2007 18:28:21 +0000 (18:28 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Mon, 4 Jun 2007 18:28:21 +0000 (18:28 +0000)
lib/silcclient/silcclient.h

index f0e7fc8ae4ea4691bd391285adc5ae65f0ee9726..569b2ab23164fd587559f9a0856f9ea319ff506c 100644 (file)
@@ -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