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:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user