From 88638f4821842f76062397559614f36b717ffdbb Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Fri, 1 Jun 2007 17:44:03 +0000 Subject: Removing the getBoundPort() function and just making boundPort an extern. git-svn-id: https://svn.musicpd.org/mpd/trunk@6445 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/listen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/listen.h') diff --git a/src/listen.h b/src/listen.h index 638214003..d7c2d3639 100644 --- a/src/listen.h +++ b/src/listen.h @@ -26,6 +26,8 @@ #include #include +extern int boundPort; + void listenOnPort(void); void getConnections(fd_set * fds); @@ -36,6 +38,4 @@ void freeAllListenSockets(void); /* fdmax should be initialized to something */ void addListenSocketsToFdSet(fd_set * fds, int *fdmax); -int getBoundPort(void); - #endif -- cgit v1.2.3