1
1

Added explanation in ssh_silent_disconnect doxygen

Этот коммит содержится в:
Aris Adamantiadis 2009-11-09 13:24:47 +01:00
родитель 10b625e180
Коммит 30266f7627

Просмотреть файл

@ -174,7 +174,8 @@ void ssh_free(ssh_session 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
*/
void ssh_silent_disconnect(ssh_session session) {