mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-07 18:50:27 +09:00
get rid of SSH_OPTIONS
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user