summaryrefslogtreecommitdiffstats
path: root/include/libssh/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/session.h')
-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_ */