From c0f82142185d866011b78f67f488089875ed99f9 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 8 Apr 2009 00:03:05 +0000 Subject: (svn r15972) -Codechange: remove unneeded parameter --- src/network/core/address.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/network/core/address.h') diff --git a/src/network/core/address.h b/src/network/core/address.h index 4d263b3c0..4c0abdf63 100644 --- a/src/network/core/address.h +++ b/src/network/core/address.h @@ -217,12 +217,11 @@ public: /** * Make the given socket listen. - * @param family the type of 'protocol' (IPv4, IPv6) * @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 family, int socktype, SocketList *sockets = NULL); + SOCKET Listen(int socktype, SocketList *sockets = NULL); }; #endif /* ENABLE_NETWORK */ -- cgit v1.2.3-70-g09d2