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

@@ -119,7 +119,7 @@ int ssh_send_banner(ssh_session session, int is_server);
char *ssh_get_banner(ssh_session session);
/* config.c */
int ssh_config_parse_file(ssh_options opt, const char *filename);
int ssh_config_parse_file(ssh_session session, const char *filename);
/* errors.c */
void ssh_set_error(void *error, int code, const char *descr, ...) PRINTF_ATTRIBUTE(3, 4);