]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/stubresolver.hh
coverity: Fix paths from extracted tarball
[thirdparty/pdns.git] / pdns / stubresolver.hh
index cb1620ca29c617aef10a48078c2b14c525ebad62..bcbec421da07e5a572486257f7da5a9cdf8caa08 100644 (file)
@@ -24,4 +24,5 @@
 #include "dnsparser.hh"
 
 void stubParseResolveConf();
-int stubDoResolve(const string& qname, uint16_t qtype, vector<DNSResourceRecord>& ret);
+bool resolversDefined();
+int stubDoResolve(const DNSName& qname, uint16_t qtype, vector<DNSZoneRecord>& ret);