aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormilo <milo@r0ot.me>2010-08-12 23:25:20 +0200
committerAndreas Schneider <asn@cynapses.org>2010-08-13 11:17:09 +0200
commite533c3f33b83a7a7fd820bf1fee91c53b11228c1 (patch)
tree64a339474bcf96f2c653c329b4783d2ba1fc0487 /include
parent41ab19e1d05ff598cf3f2fc3aca8631e4403dd93 (diff)
downloadlibssh-e533c3f33b83a7a7fd820bf1fee91c53b11228c1.tar.gz
libssh-e533c3f33b83a7a7fd820bf1fee91c53b11228c1.tar.xz
libssh-e533c3f33b83a7a7fd820bf1fee91c53b11228c1.zip
server: Fix missing socket close notification.
Signed-off-by: Andreas Schneider <asn@cynapses.org>
Diffstat (limited to 'include')
-rw-r--r--include/libssh/session.h2
1 files changed, 2 insertions, 0 deletions
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_ */