aboutsummaryrefslogtreecommitdiff
path: root/src/listen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/listen.h')
-rw-r--r--src/listen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/listen.h b/src/listen.h
index dd2c7dc7..74c5e6ad 100644
--- a/src/listen.h
+++ b/src/listen.h
@@ -36,4 +36,6 @@ void freeAllListenSockets(void);
/* fdmax should be initialized to something */
void addListenSocketsToFdSet(fd_set * fds, int *fdmax);
+int getBoundPort(void);
+
#endif