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.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/listen.c') diff --git a/src/listen.c b/src/listen.c index 323bf430..9d105e81 100644 --- a/src/listen.c +++ b/src/listen.c @@ -48,7 +48,7 @@ static int *listenSockets; static int numberOfListenSockets; -static int boundPort; +int boundPort; static int establishListen(unsigned int port, struct sockaddr *addrp, socklen_t addrlen) @@ -251,8 +251,3 @@ void getConnections(fd_set * fds) } } } - -int getBoundPort(void) -{ - return boundPort; -} -- cgit v1.2.3