aboutsummaryrefslogtreecommitdiff
path: root/libssh
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 /libssh
parentffc9806e6dd0164a1498777b4add13c56d2957a6 (diff)
downloadlibssh-64b72f8d3a5165e02e19a302a85cc196698edcfa.tar.gz
libssh-64b72f8d3a5165e02e19a302a85cc196698edcfa.tar.xz
libssh-64b72f8d3a5165e02e19a302a85cc196698edcfa.zip
Fix some doxygen errors
Diffstat (limited to 'libssh')
-rw-r--r--libssh/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/server.c b/libssh/server.c
index ee00f7c1..d42d5b1a 100644
--- a/libssh/server.c
+++ b/libssh/server.c
@@ -858,7 +858,7 @@ char *ssh_message_channel_request_subsystem(ssh_message msg){
/** @brief defines the SSH_MESSAGE callback
* @param session the current ssh session
- * @param ssh_message_callback a function pointer to a callback taking the
+ * @param ssh_message_callback_ a function pointer to a callback taking the
* current ssh session and received message as parameters. the function returns
* 0 if the message has been parsed and treated sucessfuly, 1 otherwise (libssh
* must take care of the response).