1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2026-01-06 14:21:55 +03:00

server: Fix missing socket close notification.

Signed-off-by: Andreas Schneider <asn@cynapses.org>
This commit is contained in:
milo
2010-08-12 23:25:20 +02:00
committed by Andreas Schneider
parent 41ab19e1d0
commit e533c3f33b
4 changed files with 20 additions and 21 deletions

View File

@@ -148,4 +148,6 @@ struct ssh_session_struct {
int ssh_handle_packets(ssh_session session, int timeout);
void ssh_socket_exception_callback(int code, int errno_code, void *user);
#endif /* SESSION_H_ */