From 98ff6fbbcefaa21a5bcc4c032fd7797fc2f8ca68 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 9 Oct 2009 22:24:23 +0200 Subject: get rid of the option structure --- libssh/session.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'libssh/session.c') diff --git a/libssh/session.c b/libssh/session.c index 2ba628e..a03b765 100644 --- a/libssh/session.c +++ b/libssh/session.c @@ -185,20 +185,6 @@ void ssh_silent_disconnect(ssh_session session) { /* FIXME: leave_function(); ??? */ } -/** \brief set the options for the current session - * \param session ssh session - * \param options options structure - * \see ssh_new() - * \see ssh_options_new() - */ -void ssh_set_options(ssh_session session, ssh_options options) { - if (session == NULL || options == NULL) { - return; - } - - return; -} - /** \brief set the session in blocking/nonblocking mode * \param session ssh session * \param blocking zero for nonblocking mode -- cgit