aboutsummaryrefslogtreecommitdiff
path: root/libssh/options.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-05-09 01:05:12 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2010-05-09 01:05:12 +0200
commitaf519d73ae175e6564de2ccca4180f3e19996e96 (patch)
tree3ed580a16ef2d6c9957b33b95445aa5957e32400 /libssh/options.c
parent3a326793fd0c3c1fd3cecd46d57d367ee50db941 (diff)
downloadlibssh-af519d73ae175e6564de2ccca4180f3e19996e96.tar.gz
libssh-af519d73ae175e6564de2ccca4180f3e19996e96.tar.xz
libssh-af519d73ae175e6564de2ccca4180f3e19996e96.zip
Fix doc and actually make the test run :)
Diffstat (limited to 'libssh/options.c')
-rw-r--r--libssh/options.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libssh/options.c b/libssh/options.c
index df953dd1..eab386db 100644
--- a/libssh/options.c
+++ b/libssh/options.c
@@ -365,6 +365,9 @@ char *dir_expand_dup(ssh_session session, const char *value, int allowsshdir) {
* - SSH_OPTIONS_HOSTKEYCHECK:
* Set the parameter StrictHostKeyChecking to avoid
* asking about a fingerprint
+ * - SSH_OPTIONS_PROXYCOMMAND:
+ * Set the command to be executed in order to connect to
+ * server.
*
* @param value The value to set. This is a generic pointer and the
* datatype which is used should be set according to the