From 71e7ce5d8e3153342494685d60d7ff16d9b29101 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 30 Dec 2008 19:24:39 +0100 Subject: main: use the GLib main loop This is a rather huge patch, which unfortunately cannot be splitted. Instead of using our custom ioops.h library, convert everything to use the GLib main loop. --- src/listen.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/listen.h') diff --git a/src/listen.h b/src/listen.h index 625cb006..f89c4f03 100644 --- a/src/listen.h +++ b/src/listen.h @@ -19,17 +19,10 @@ #ifndef MPD_LISTEN_H #define MPD_LISTEN_H -#include - extern int boundPort; void listenOnPort(void); -void getConnections(fd_set * fds); - void closeAllListenSockets(void); -/* fdmax should be initialized to something */ -void addListenSocketsToFdSet(fd_set * fds, int *fdmax); - #endif -- cgit v1.2.3