fix empty C prototypes

This commit is contained in:
Francois Perrad
2016-01-01 16:30:31 +01:00
committed by Matt Johnston
parent af87369cb3
commit 3e20c442de
30 changed files with 123 additions and 123 deletions

View File

@@ -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);