summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-08-04 12:12:07 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-08-04 12:12:07 +0200
commit984db9e30147952f67be1a8f23b381e88ea79634 (patch)
tree5e1448813037503f971a8d68a928bc70985ea474 /include/inspircd.h
parente17db7c63a53cb834e2cc8d221d759bdf2c2b69b (diff)
Remove InspIRCd::BindSocket()
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h9
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