@@ -56,12 +56,11 @@ * \param node The node to bind to. Use @"0.0.0.0" for IPv4 or @"::" for IPv6 * to bind to all. * \param family The family to use (AF_INET for IPv4 or AF_INET6 for IPv6) */ - (void)bindService: (OFString*)service - onNode: (OFString*)node - withFamily: (int)family; + onNode: (OFString*)node; /** * Listen on the socket. * * \param backlog Maximum length for the queue of pending connections.