projects
/
crypto.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f661e3a
)
Comment update
author
Pekka Riikonen
<priikone@silcnet.org>
Thu, 7 Nov 2002 09:08:05 +0000
(09:08 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Thu, 7 Nov 2002 09:08:05 +0000
(09:08 +0000)
lib/silcclient/silcclient.h
patch
|
blob
|
history
diff --git
a/lib/silcclient/silcclient.h
b/lib/silcclient/silcclient.h
index f2b9760ea577b734673253a285ce94ea83423a76..e9e84ad43be44833ab3e09e313680ef2b6001bc9 100644
(file)
--- a/
lib/silcclient/silcclient.h
+++ b/
lib/silcclient/silcclient.h
@@
-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.