From b1f93f600e37a83648c7693efc73647cb1e4e674 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 4 Apr 2010 14:07:54 +0200 Subject: Fixed documentation of ssh_bind_options_set. --- include/libssh/server.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'include/libssh') diff --git a/include/libssh/server.h b/include/libssh/server.h index a235ffa6..787fbccd 100644 --- a/include/libssh/server.h +++ b/include/libssh/server.h @@ -61,9 +61,13 @@ LIBSSH_API ssh_bind ssh_bind_new(void); /** * @brief Set the opitons for the current SSH server bind. * - * @param ssh_bind The ssh server bind to use. + * @param sshbind The ssh server bind to use. * - * @param options The option structure to set. + * @param type The option type to set. + * + * @param value The option value to set. + * + * @return 0 on success, < 0 on error. */ LIBSSH_API int ssh_bind_options_set(ssh_bind sshbind, enum ssh_bind_options_e type, const void *value); -- cgit