mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
fix empty C prototypes
This commit is contained in:
committed by
Matt Johnston
parent
af87369cb3
commit
3e20c442de
2
netio.h
2
netio.h
@@ -36,7 +36,7 @@ void set_connect_fds(fd_set *writefd);
|
||||
/* Handles ready sockets after select() */
|
||||
void handle_connect_fds(fd_set *writefd);
|
||||
/* Cleanup */
|
||||
void remove_connect_pending();
|
||||
void remove_connect_pending(void);
|
||||
|
||||
/* Doesn't actually stop the connect, but adds a dummy callback instead */
|
||||
void cancel_connect(struct dropbear_progress_connection *c);
|
||||
|
||||
Reference in New Issue
Block a user