X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Finspircd.h;h=ef19c6d2677555cba05a2da021d718b71333ffff;hb=e0e1becc2f9129203966e69b2919582c11ab86f7;hp=5a7f3ae02323d1a12dfcad08a839669112f1102b;hpb=831998ff16f28d0ab58c01aa2c47be488bf78b82;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/inspircd.h b/include/inspircd.h index 5a7f3ae02..ef19c6d26 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -44,7 +44,9 @@ #include #include "intrusive_list.h" +#include "flat_map.h" #include "compat.h" +#include "aligned_storage.h" #include "typedefs.h" #include "stdalgo.h" @@ -436,15 +438,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