mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-30 13:01:23 +03:00
Fix documentation of ssh_set_message_callback
This commit is contained in:
@@ -1123,9 +1123,9 @@ int ssh_message_global_request_port(ssh_message msg){
|
|||||||
|
|
||||||
/** @brief defines the SSH_MESSAGE callback
|
/** @brief defines the SSH_MESSAGE callback
|
||||||
* @param session the current ssh session
|
* @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
|
* 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).
|
* must take care of the response).
|
||||||
* @param[in] data void pointer to be passed to callback functions
|
* @param[in] data void pointer to be passed to callback functions
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user