]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspsocket.h
Remove "servermode" parameter, replace with IS_FAKE() which is more reliable
[user/henk/code/inspircd.git] / include / inspsocket.h
index 13381a15d6eb0e2d8037b7858ad682225a5356e4..32f2dab1a7d9861d7080be243aaa2bb2ccb81737 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.
@@ -173,7 +173,7 @@ class CoreExport BufferedSocket : public EventHandler
 
        /** (really) Try bind to a given IP setup. For internal use only.
         */
-       bool DoBindMagic(const std::string &current_ip, bool v6);
+       bool DoBindMagic(const std::string &current_ip);
 
        /**
         * The default constructor does nothing