diff options
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 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); |
