From 0e8e124d2023736c973ce8e06f4776efd1edb096 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 23 Sep 2009 22:13:19 +0200 Subject: get rid of SSH_OPTIONS --- libssh/session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh/session.c') diff --git a/libssh/session.c b/libssh/session.c index c412038..c676cc8 100644 --- a/libssh/session.c +++ b/libssh/session.c @@ -164,7 +164,7 @@ void ssh_silent_disconnect(ssh_session session) { * \see ssh_new() * \see ssh_options_new() */ -void ssh_set_options(ssh_session session, SSH_OPTIONS *options) { +void ssh_set_options(ssh_session session, ssh_options options) { if (session == NULL || options == NULL) { return; } -- cgit