]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
And its all done and working!
[user/henk/code/inspircd.git] / include / inspircd.h
index 3f6b702f15ccecba6221d1b666d12d3c148a4b61..136914276ada0904571794749ac76a4c35562ab5 100644 (file)
@@ -885,9 +885,10 @@ class InspIRCd : public classbase
 
        /** Add a dns Resolver class to this server's active set
         * @param r The resolver to add
+        * @param cached The value of 'cached' which you passed to the Resolver constructor before this function.
         * @return True if the resolver was added
         */
-        bool AddResolver(Resolver* r);
+        bool AddResolver(Resolver* r, bool cached);
 
        /** Add a command to this server's command parser
         * @param f A command_t command handler object to add