use a full prototype (#56)

This commit is contained in:
François Perrad
2018-02-20 16:13:42 +01:00
committed by Matt Johnston
parent 4058574cfa
commit 7efe873d73
2 changed files with 2 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ void common_session_init(int sock_in, int sock_out) {
TRACE(("leave session_init"))
}
void session_loop(void(*loophandler)()) {
void session_loop(void(*loophandler)(void)) {
fd_set readfd, writefd;
struct timeval timeout;