summaryrefslogtreecommitdiff
path: root/src/network/core/address.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/core/address.h')
-rw-r--r--src/network/core/address.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/network/core/address.h b/src/network/core/address.h
index 2c37860c4..564d23625 100644
--- a/src/network/core/address.h
+++ b/src/network/core/address.h
@@ -227,9 +227,8 @@ public:
* Make the given socket listen.
* @param socktype the type of socket (TCP, UDP, etc)
* @param sockets the list of sockets to add the sockets to
- * @return the socket (if sockets != NULL)
*/
- SOCKET Listen(int socktype, SocketList *sockets = NULL);
+ void Listen(int socktype, SocketList *sockets);
};
#endif /* ENABLE_NETWORK */