Comment update
authorPekka Riikonen <priikone@silcnet.org>
Thu, 7 Nov 2002 09:08:05 +0000 (09:08 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 7 Nov 2002 09:08:05 +0000 (09:08 +0000)
lib/silcclient/silcclient.h

index f2b9760ea577b734673253a285ce94ea83423a76..e9e84ad43be44833ab3e09e313680ef2b6001bc9 100644 (file)
@@ -1467,6 +1467,8 @@ bool silc_client_command_call(SilcClient client,
  *    to perform the commands by itself, it can do so and send the data
  *    directly to the server using this function.  If application is using
  *    the silc_client_command_call, this function is usually not used.
+ *    Note that this overriders the Client Librarys commands and sends
+ *    the command packet directly to server.
  *
  *    The variable arguments are a pair of { type, data, data_length },
  *    and the `argc' is the number of these pairs.