diff options
author | Andreas Schneider <mail@cynapses.org> | 2009-09-08 11:33:46 +0200 |
---|---|---|
committer | Andreas Schneider <mail@cynapses.org> | 2009-09-15 17:26:13 +0200 |
commit | 48456426112eefd3a852138d9c9e3eb4cf84d29b (patch) | |
tree | c7fc17fb7197979d4f4160b6d56035880d59ae1e /include/libssh/libssh.h | |
parent | de8808cb47470638359dc7eb8343552d3b94ec38 (diff) | |
download | libssh-48456426112eefd3a852138d9c9e3eb4cf84d29b.tar.gz libssh-48456426112eefd3a852138d9c9e3eb4cf84d29b.tar.xz libssh-48456426112eefd3a852138d9c9e3eb4cf84d29b.zip |
Added support for ~/.ssh/config.
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r-- | include/libssh/libssh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 3ab9b49..7e4a99d 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -401,6 +401,7 @@ LIBSSH_API int ssh_options_set_dsa_server_key(SSH_OPTIONS *opt, const char *dsak LIBSSH_API int ssh_options_set_rsa_server_key(SSH_OPTIONS *opt, const char *rsakey); LIBSSH_API int ssh_options_set_auth_callback(SSH_OPTIONS *opt, ssh_auth_callback cb, void *userdata); +LIBSSH_API int ssh_options_parse_config(SSH_OPTIONS *opt, const char *filename); /* buffer.c */ |