From 0f77578ee2095311ebe71785be4ee7dad135728a Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 26 Sep 2009 01:34:14 +0200 Subject: Fixed doxygen compilation warnings --- libssh/options.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libssh/options.c') 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. * -- cgit