projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
80ee0bc
)
client_open(): Add documentation of missing parameters.
author
Andre Noll
<maan@systemlinux.org>
Wed, 17 Feb 2010 05:23:41 +0000
(06:23 +0100)
committer
Andre Noll
<maan@systemlinux.org>
Wed, 17 Feb 2010 05:23:41 +0000
(06:23 +0100)
client_common.c
patch
|
blob
|
history
diff --git
a/client_common.c
b/client_common.c
index 934758dd8f8e5ed03ff2493fe18e0cd533fde977..1536bb2e965ec94007fc81def6edbfac1d16b444 100644
(file)
--- a/
client_common.c
+++ b/
client_common.c
@@
-339,6
+339,8
@@
err_out:
* \param ct_ptr Points to dynamically allocated and initialized client task
* struct upon successful return.
* \param loglevel If not \p NULL, the number of the loglevel is stored here.
* \param ct_ptr Points to dynamically allocated and initialized client task
* struct upon successful return.
* \param loglevel If not \p NULL, the number of the loglevel is stored here.
+ * \param parent Add the new buffer tree node as a child of this node.
+ * \param child Add the new buffer tree node as a parent of this node.
*
* Check the command line options given by \a argc and argv, set default values
* for user name and rsa key file, read further option from the config file.
*
* Check the command line options given by \a argc and argv, set default values
* for user name and rsa key file, read further option from the config file.