]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/cull_list.h
Change IP address storage in User to use more IPv4/IPv6 common code
[user/henk/code/inspircd.git] / include / cull_list.h
index ff22880b4e499c9597529abb36cb679d84347b0e..2a0b895f2c8e0964d30a1a9d56ae6c0620f43c44 100644 (file)
@@ -2,8 +2,8 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
@@ -66,9 +66,8 @@ class CoreExport CullList : public classbase
         * iterating the user list and comparing each one,
         * especially if there are multiple comparisons
         * to be done, or recursion.
-        * @returns The number of users removed from IRC.
         */
-       int Apply();
+       void Apply();
 };
 
 #endif