diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-08-04 12:12:07 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-08-04 12:12:07 +0200 |
commit | 984db9e30147952f67be1a8f23b381e88ea79634 (patch) | |
tree | 5e1448813037503f971a8d68a928bc70985ea474 /include | |
parent | e17db7c63a53cb834e2cc8d221d759bdf2c2b69b (diff) |
Remove InspIRCd::BindSocket()
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd.h | 9 |
1 files changed, 0 insertions, 9 deletions
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 |