aboutsummaryrefslogtreecommitdiffstats
path: root/src/listen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/listen.h')
-rw-r--r--src/listen.h4
1 files changed, 2 insertions, 2 deletions
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 <unistd.h>
#include <sys/select.h>
+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