From 30266f76273ce99f0d8be688f8d51e2f40d2598a Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Mon, 9 Nov 2009 13:24:47 +0100 Subject: Added explanation in ssh_silent_disconnect doxygen --- libssh/session.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libssh/session.c') 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) { -- cgit