]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspsocket.h
Add contents of LDFLAGS in addition to CXXFLAGS
[user/henk/code/inspircd.git] / include / inspsocket.h
index 43903ae97a52084c4d2e4db20259b1cf446b5414..66ea48eb3532e9a40e3fe30d7a9c247084689432 100644 (file)
@@ -3,7 +3,7 @@
  *       +------------------------------------+
  *
  *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *         the file COPYING for details.
@@ -171,6 +171,10 @@ class CoreExport BufferedSocket : public EventHandler
         */
        bool BindAddr(const std::string &ip);
 
+       /** (really) Try bind to a given IP setup. For internal use only.
+        */
+       bool DoBindMagic(const std::string &current_ip, bool v6);
+
        /**
         * The default constructor does nothing
         * and should not be used.