aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/session.h
diff options
context:
space:
mode:
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 bc421c4..f4810e2 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);