diff options
Diffstat (limited to 'libssh/session.c')
-rw-r--r-- | libssh/session.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libssh/session.c b/libssh/session.c index a06c4f6..a3e2ed8 100644 --- a/libssh/session.c +++ b/libssh/session.c @@ -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) { |