summaryrefslogtreecommitdiffstats
path: root/include/libssh/session.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-05-10 22:32:52 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2010-05-10 22:32:52 +0200
commitbae409071522ae65c02bc36fccb87ee2a7179edf (patch)
tree0481d1b62e6281b8de5b15ea78dd76ce0a681c9b /include/libssh/session.h
parent403ded1e978f716769ade6d099b2419e4fceaff7 (diff)
Backport of the proxycommand feature
Diffstat (limited to 'include/libssh/session.h')
-rw-r--r--include/libssh/session.h1
1 files changed, 1 insertions, 0 deletions
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);