summaryrefslogtreecommitdiffstats
path: root/include/libssh/libssh.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/libssh.h
parent403ded1e978f716769ade6d099b2419e4fceaff7 (diff)
downloadlibssh-bae409071522ae65c02bc36fccb87ee2a7179edf.tar.gz
libssh-bae409071522ae65c02bc36fccb87ee2a7179edf.tar.xz
libssh-bae409071522ae65c02bc36fccb87ee2a7179edf.zip
Backport of the proxycommand feature
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r--include/libssh/libssh.h3
1 files changed, 2 insertions, 1 deletions
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 {