]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
And its all done and working!
[user/henk/code/inspircd.git] / include / users.h
index 749030894ae5fb540e1cd269e0d1a203bdce5f6c..c26d791fa6a8c597477815e9e7b9dfbfa3cfb1ae 100644 (file)
@@ -67,7 +67,7 @@ class UserResolver : public Resolver
        int bound_fd;
        bool fwd;
  public:
-       UserResolver(InspIRCd* Instance, userrec* user, std::string to_resolve, QueryType qt);
+       UserResolver(InspIRCd* Instance, userrec* user, std::string to_resolve, QueryType qt, bool &cache);
 
        void OnLookupComplete(const std::string &result, unsigned int ttl);
        void OnError(ResolverError e, const std::string &errormessage);