diff options
| author | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-05-09 00:48:10 +0200 |
|---|---|---|
| committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-05-09 00:48:10 +0200 |
| commit | f31a14b7932ef4cc165ddd8f1f1a5b23eb21beb3 (patch) | |
| tree | 2b4149ee9bbd8c264e63de9653d026f29d028a61 /include/libssh/session.h | |
| parent | 7886326aa8a4ac2242c743bfe38f4266b0d24551 (diff) | |
| download | libssh-f31a14b7932ef4cc165ddd8f1f1a5b23eb21beb3.tar.gz libssh-f31a14b7932ef4cc165ddd8f1f1a5b23eb21beb3.tar.xz libssh-f31a14b7932ef4cc165ddd8f1f1a5b23eb21beb3.zip | |
ssh_socket support for 2 fd + Proxyhost command
Diffstat (limited to 'include/libssh/session.h')
| -rw-r--r-- | include/libssh/session.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
