]> git.ipfire.org Git - thirdparty/pdns.git/blame - pdns/stubresolver.hh
More licensing everywhere
[thirdparty/pdns.git] / pdns / stubresolver.hh
CommitLineData
24317c7f
PD
1#pragma once
2#include "namespaces.hh"
3#include "dnsparser.hh"
4
150e318e
PD
5void stubParseResolveConf();
6int stubDoResolve(const string& qname, uint16_t qtype, vector<DNSResourceRecord>& ret);