From bae409071522ae65c02bc36fccb87ee2a7179edf Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Mon, 10 May 2010 22:32:52 +0200 Subject: Backport of the proxycommand feature --- 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 9bd97315..e95e2351 100644 --- a/include/libssh/session.h +++ b/include/libssh/session.h @@ -114,6 +114,7 @@ struct ssh_session_struct { socket_t fd; int ssh2; int ssh1; + char *ProxyCommand; }; int ssh_handle_packets(ssh_session session); -- cgit