From bae409071522ae65c02bc36fccb87ee2a7179edf Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Mon, 10 May 2010 22:32:52 +0200 Subject: Backport of the proxycommand feature --- 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 75e7da0e..c25f8e67 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -264,7 +264,8 @@ enum ssh_options_e { SSH_OPTIONS_CIPHERS_C_S, SSH_OPTIONS_CIPHERS_S_C, SSH_OPTIONS_COMPRESSION_C_S, - SSH_OPTIONS_COMPRESSION_S_C + SSH_OPTIONS_COMPRESSION_S_C, + SSH_OPTIONS_PROXYCOMMAND }; enum { -- cgit