diff options
Diffstat (limited to 'src/listen.h')
-rw-r--r-- | src/listen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/listen.h b/src/listen.h index 1030d9b19..771594435 100644 --- a/src/listen.h +++ b/src/listen.h @@ -26,7 +26,7 @@ #include <sys/types.h> #include <unistd.h> -void establish(unsigned int port); +void listenOnPort(); void getConnections(fd_set * fds); |