diff options
| author | Andreas Schneider <asn@cynapses.org> | 2010-07-07 12:40:49 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@cynapses.org> | 2010-07-07 12:40:49 +0200 |
| commit | 4ad78287979d383284de5355976fe820daec1e48 (patch) | |
| tree | d9e07ce222baee5899c29a9de9fe437545c9a270 /include/libssh/libssh.h | |
| parent | af8315b9ce287874e1b374743d6fbaa5fc5c2cfd (diff) | |
options: Added option to bind a client to an ip address.
Thanks to Donatello Boccaforno <donatello.boccaforno@gmail.com>.
Diffstat (limited to 'include/libssh/libssh.h')
| -rw-r--r-- | include/libssh/libssh.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 0b771272..98fdbc91 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -271,7 +271,8 @@ enum ssh_options_e { SSH_OPTIONS_CIPHERS_S_C, SSH_OPTIONS_COMPRESSION_C_S, SSH_OPTIONS_COMPRESSION_S_C, - SSH_OPTIONS_PROXYCOMMAND + SSH_OPTIONS_PROXYCOMMAND, + SSH_OPTIONS_BINDADDR }; enum { |
