From 5f69d494adef61c34dd16d4679014bb1ffdc4acb Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 2 Oct 2010 23:24:19 +0200 Subject: Fix documentation of ssh_set_message_callback --- src/server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server.c') diff --git a/src/server.c b/src/server.c index dcd4c9f7..639b2aa0 100644 --- a/src/server.c +++ b/src/server.c @@ -1123,9 +1123,9 @@ int ssh_message_global_request_port(ssh_message msg){ /** @brief defines the SSH_MESSAGE callback * @param session the current ssh session - * @param[in] ssh_message_callback_ a function pointer to a callback taking the + * @param[in] ssh_bind_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 + * 0 if the message has been parsed and treated successfully, 1 otherwise (libssh * must take care of the response). * @param[in] data void pointer to be passed to callback functions */ -- cgit v1.2.3