mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-07 10:40:28 +09: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