diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2013-03-13 22:26:15 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2013-07-13 14:56:14 +0200 |
commit | 37cce98f7e2b3636aa4224f9848522e7fcfc9995 (patch) | |
tree | 9eaceb82fe88d819ee8f690455472f56fdcead14 /include/libssh/server.h | |
parent | 7e306a9ec68558d74cf89160675094fe5d66e66c (diff) | |
download | libssh-37cce98f7e2b3636aa4224f9848522e7fcfc9995.tar.gz libssh-37cce98f7e2b3636aa4224f9848522e7fcfc9995.tar.xz libssh-37cce98f7e2b3636aa4224f9848522e7fcfc9995.zip |
Doc: fix a few broken parameters
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include/libssh/server.h')
-rw-r--r-- | include/libssh/server.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libssh/server.h b/include/libssh/server.h index 0c318cbb..dbffecdd 100644 --- a/include/libssh/server.h +++ b/include/libssh/server.h @@ -55,7 +55,6 @@ typedef struct ssh_bind_struct* ssh_bind; * @brief Incoming connection callback. This callback is called when a ssh_bind * has a new incoming connection. * @param sshbind Current sshbind session handler - * @param message the actual message * @param userdata Userdata to be passed to the callback function. */ typedef void (*ssh_bind_incoming_connection_callback) (ssh_bind sshbind, |