summaryrefslogtreecommitdiffstats
path: root/dnsdist-ecs.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dnsdist-ecs.hh')
-rw-r--r--dnsdist-ecs.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dnsdist-ecs.hh b/dnsdist-ecs.hh
index 653052d..f5d215f 100644
--- a/dnsdist-ecs.hh
+++ b/dnsdist-ecs.hh
@@ -58,6 +58,7 @@ bool getEDNS0Record(const PacketBuffer& packet, EDNS0Record& edns0);
bool setEDNSOption(DNSQuestion& dq, uint16_t ednsCode, const std::string& data);
+struct InternalQueryState;
namespace dnsdist {
bool setInternalQueryRCode(InternalQueryState& state, PacketBuffer& buffer, uint8_t rcode, bool clearAnswers);
}