From e533c3f33b83a7a7fd820bf1fee91c53b11228c1 Mon Sep 17 00:00:00 2001 From: milo Date: Thu, 12 Aug 2010 23:25:20 +0200 Subject: server: Fix missing socket close notification. Signed-off-by: Andreas Schneider --- include/libssh/session.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libssh/session.h') diff --git a/include/libssh/session.h b/include/libssh/session.h index 7e37702..1d6830c 100644 --- a/include/libssh/session.h +++ b/include/libssh/session.h @@ -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_ */ -- cgit