mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-12-03 13:31:11 +03:00
Added explanation in ssh_silent_disconnect doxygen
This commit is contained in:
@@ -174,7 +174,8 @@ void ssh_free(ssh_session session) {
|
|||||||
SAFE_FREE(session);
|
SAFE_FREE(session);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** \brief disconnect impolitely from remote host
|
/** \brief disconnect impolitely from remote host by closing the socket.
|
||||||
|
* Suitable if you forked and want to destroy this session.
|
||||||
* \param session current ssh session
|
* \param session current ssh session
|
||||||
*/
|
*/
|
||||||
void ssh_silent_disconnect(ssh_session session) {
|
void ssh_silent_disconnect(ssh_session session) {
|
||||||
|
|||||||
Reference in New Issue
Block a user