aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/server.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-12-09 19:43:16 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2009-12-09 19:43:16 +0100
commit64b72f8d3a5165e02e19a302a85cc196698edcfa (patch)
tree5daaf2b2b945868b82e07a2c819d7c375c2f701a /include/libssh/server.h
parentffc9806e6dd0164a1498777b4add13c56d2957a6 (diff)
downloadlibssh-64b72f8d3a5165e02e19a302a85cc196698edcfa.tar.gz
libssh-64b72f8d3a5165e02e19a302a85cc196698edcfa.tar.xz
libssh-64b72f8d3a5165e02e19a302a85cc196698edcfa.zip
Fix some doxygen errors
Diffstat (limited to 'include/libssh/server.h')
-rw-r--r--include/libssh/server.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/libssh/server.h b/include/libssh/server.h
index a235ffa6..9bfade62 100644
--- a/include/libssh/server.h
+++ b/include/libssh/server.h
@@ -59,11 +59,14 @@ typedef struct ssh_bind_struct* ssh_bind;
LIBSSH_API ssh_bind ssh_bind_new(void);
/**
- * @brief Set the opitons for the current SSH server bind.
+ * @brief Set the options for the current SSH server bind.
*
- * @param ssh_bind The ssh server bind to use.
+ * @param sshbind The ssh server bind to configure.
*
- * @param options The option structure to set.
+ * @param type Option to set up.
+ * @param value Value to set.
+ * @returns SSH_OK No error.
+ * @returns SSH_ERROR Invalid option or parameter.
*/
LIBSSH_API int ssh_bind_options_set(ssh_bind sshbind,
enum ssh_bind_options_e type, const void *value);