From f31a14b7932ef4cc165ddd8f1f1a5b23eb21beb3 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 9 May 2010 00:48:10 +0200 Subject: ssh_socket support for 2 fd + Proxyhost command --- include/libssh/libssh.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/libssh/libssh.h') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 0b9d5a44..d3ba1869 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -282,7 +282,8 @@ enum ssh_options_e { SSH_OPTIONS_CIPHERS_S_C, SSH_OPTIONS_COMPRESSION_C_S, SSH_OPTIONS_COMPRESSION_S_C, - SSH_OPTIONS_HOSTKEYCHECK + SSH_OPTIONS_HOSTKEYCHECK, + SSH_OPTIONS_PROXYCOMMAND }; enum { -- cgit