diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-09-26 01:34:14 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-09-26 01:34:14 +0200 |
commit | 0f77578ee2095311ebe71785be4ee7dad135728a (patch) | |
tree | 1adbaba9565175753d2d05aef9321808f99a836a /libssh/options.c | |
parent | 3e314e863cb70f8594b0c9b79d14edb3a929d708 (diff) | |
download | libssh-0f77578ee2095311ebe71785be4ee7dad135728a.tar.gz libssh-0f77578ee2095311ebe71785be4ee7dad135728a.tar.xz libssh-0f77578ee2095311ebe71785be4ee7dad135728a.zip |
Fixed doxygen compilation warnings
Diffstat (limited to 'libssh/options.c')
-rw-r--r-- | libssh/options.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libssh/options.c b/libssh/options.c index d7502e6..3a6ec61 100644 --- a/libssh/options.c +++ b/libssh/options.c @@ -997,7 +997,9 @@ int ssh_options_allow_ssh2(ssh_options opt, int allow) { * * @param opt The options structure to use. * - * @param callback A callback function for the printing. + * @param cb A callback function for the printing. + * + * @param userdata Pointer to user-provided data * * @return 0 on success, < 0 on error. * |