From 984db9e30147952f67be1a8f23b381e88ea79634 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Mon, 4 Aug 2014 12:12:07 +0200 Subject: Remove InspIRCd::BindSocket() --- include/inspircd.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include') diff --git a/include/inspircd.h b/include/inspircd.h index 5a7f3ae02..bebe1dea0 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -436,15 +436,6 @@ class CoreExport InspIRCd */ int BindPorts(FailedPortList &failed_ports); - /** Binds a socket on an already open file descriptor - * @param sockfd A valid file descriptor of an open socket - * @param port The port number to bind to - * @param addr The address to bind to (IP only) - * @param dolisten Should this port be listened on? - * @return True if the port was bound successfully - */ - bool BindSocket(int sockfd, int port, const char* addr, bool dolisten = true); - /** Find a user in the nick hash. * If the user cant be found in the nick hash check the uuid hash * @param nick The nickname to find -- cgit v1.2.3