More callback stuff in connection

I have coded it, not actually tested it :) It still needs
work to get past the banner exchange.
This commit is contained in:
Aris Adamantiadis
2009-12-05 15:05:02 +01:00
parent 2f6fbbd706
commit 076e884873
4 changed files with 98 additions and 94 deletions

View File

@@ -120,7 +120,6 @@ SSH_PACKET_CALLBACK(ssh_packet_ignore_callback);
/* client.c */
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_session session, const char *filename);