diff options
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. * |