1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-30 13:01:23 +03:00

Removed references to ssh_buffer_get_begin

This commit is contained in:
Aris Adamantiadis
2010-10-03 12:07:00 +02:00
parent 5687d6e79a
commit 338a3d9b05
15 changed files with 56 additions and 56 deletions

View File

@@ -1121,7 +1121,7 @@ int ssh_message_global_request_port(ssh_message msg){
return msg->global_request.bind_port;
}
/** @brief defines the SSH_MESSAGE callback
/** @brief defines the ssh_message callback
* @param session the current ssh session
* @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