diff options
Diffstat (limited to 'src/listen.h')
-rw-r--r-- | src/listen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/listen.h b/src/listen.h index ff889320f..1238a2f62 100644 --- a/src/listen.h +++ b/src/listen.h @@ -33,6 +33,7 @@ void getConnections(fd_set * fds); int isAListenSocket(int sock); void closeAllListenSockets(); +void freeAllListenSockets(); /* fdmax should be initialized to something */ void addListenSocketsToFdSet(fd_set * fds, int * fdmax); |