From d4cb72e31251cf879e65854c82685dddf59072a6 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 12 Jul 2006 12:43:55 +0000 Subject: Make it work: git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4357 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/dns.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/dns.h') diff --git a/include/dns.h b/include/dns.h index 89dd4e270..6da7d4778 100644 --- a/include/dns.h +++ b/include/dns.h @@ -82,11 +82,11 @@ public: * format, e.g. 1.2.3.4, and returns true if the lookup was successfully * initiated. */ - bool ReverseLookup(const std::string &ip); + bool ReverseLookup(const std::string &ip, bool ins); /** This method will start the forward lookup of a hostname, e.g. www.inspircd.org, * and returns true if the lookup was successfully initiated. */ - bool ForwardLookup(const std::string &host); + bool ForwardLookup(const std::string &host, bool ins); /** Used by modules to perform a dns lookup but have the socket engine poll a module, instead of the dns object directly. */ bool ForwardLookupWithFD(const std::string &host, int &fd); -- cgit v1.2.3