From f31a14b7932ef4cc165ddd8f1f1a5b23eb21beb3 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 9 May 2010 00:48:10 +0200 Subject: ssh_socket support for 2 fd + Proxyhost command --- include/libssh/session.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libssh/session.h') diff --git a/include/libssh/session.h b/include/libssh/session.h index bc421c45..f4810e24 100644 --- a/include/libssh/session.h +++ b/include/libssh/session.h @@ -142,6 +142,7 @@ struct ssh_session_struct { int ssh2; int ssh1; int StrictHostKeyChecking; + char *ProxyCommand; }; int ssh_handle_packets(ssh_session session, int timeout); -- cgit