aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-05-11 02:08:29 +0200
committerAndreas Schneider <mail@cynapses.org>2010-05-11 09:40:33 +0200
commit3573bd4d870f08513b81984de600ba742d9734a7 (patch)
tree1cae0f17fb0bbf09666efa4ec6a5a91c213b76ca /include
parentc7ee14e786b4b7b7e391b4a32b0fa0b66dd883bb (diff)
downloadlibssh-3573bd4d870f08513b81984de600ba742d9734a7.tar.gz
libssh-3573bd4d870f08513b81984de600ba742d9734a7.tar.xz
libssh-3573bd4d870f08513b81984de600ba742d9734a7.zip
Use the new expand functions.
Diffstat (limited to 'include')
-rw-r--r--include/libssh/priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index d53b642..6ada1b5 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -266,8 +266,8 @@ int gettimeofday(struct timeval *__p, void *__t);
/* options.c */
-char *dir_expand_dup(ssh_session session, const char *value, int allowsshdir);
int ssh_options_set_algo(ssh_session session, int algo, const char *list);
+int ssh_options_apply(ssh_session session);
/* server.c */
SSH_PACKET_CALLBACK(ssh_packet_kexdh_init);