get rid of SSH_OPTIONS

This commit is contained in:
Aris Adamantiadis
2009-09-23 22:13:19 +02:00
parent 9a8d4cd0fd
commit 0e8e124d20
11 changed files with 69 additions and 70 deletions

View File

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