From 32e5f4ca2b43c310ff6639320dec2dd52f159f50 Mon Sep 17 00:00:00 2001 From: Qball Cow Date: Wed, 16 Nov 2005 14:43:04 +0000 Subject: DJWLindenaar balanced tree and master process patch git-svn-id: https://svn.musicpd.org/mpd/trunk@3669 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/listen.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/listen.h') 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); -- cgit v1.2.3