get rid of the option structure

This commit is contained in:
Aris Adamantiadis
2009-10-09 22:24:23 +02:00
parent 43e0d73b63
commit 98ff6fbbce
4 changed files with 30 additions and 45 deletions

View File

@@ -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