From 6ec65c6f9d1aefddaccf0a9816dae0b68a46ea33 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 9 Oct 2009 22:50:48 +0200 Subject: ssh_disconnect doesn't free the session anymore --- include/libssh/session.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/libssh/session.h') diff --git a/include/libssh/session.h b/include/libssh/session.h index b9f425a9..c59ba5fb 100644 --- a/include/libssh/session.h +++ b/include/libssh/session.h @@ -113,6 +113,5 @@ struct ssh_session_struct { }; int ssh_handle_packets(ssh_session session); -void ssh_cleanup(ssh_session session); #endif /* SESSION_H_ */ -- cgit