diff options
Diffstat (limited to 'include/libssh/options.h')
-rw-r--r-- | include/libssh/options.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/libssh/options.h b/include/libssh/options.h index 8ec07a6..8b990d3 100644 --- a/include/libssh/options.h +++ b/include/libssh/options.h @@ -49,10 +49,4 @@ struct ssh_options_struct { }; - -/* this function must be called when no specific username has been asked. it has to guess it */ -int ssh_options_default_username(ssh_options opt); -int ssh_options_default_ssh_dir(ssh_options opt); -int ssh_options_default_known_hosts_file(ssh_options opt); - #endif /* OPTIONS_H_ */ |