From: Christian Hofstaedtler Date: Sun, 15 Feb 2015 13:36:45 +0000 (+0100) Subject: Remove emitNSEC3 from header file X-Git-Tag: dnsdist-1.0.0-alpha1~288^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ede372ebde7dc41ed2fdbffa96e14219d0329236;p=pdns Remove emitNSEC3 from header file I broke it's signature during the last cleanup, but nobody outside packethandler.cc uses it. --- diff --git a/pdns/packethandler.hh b/pdns/packethandler.hh index a29bbcb94..3e7fe522d 100644 --- a/pdns/packethandler.hh +++ b/pdns/packethandler.hh @@ -108,6 +108,5 @@ private: UeberBackend B; // every thread an own instance DNSSECKeeper d_dk; // B is shared with DNSSECKeeper }; -void emitNSEC3(DNSBackend& B, const NSEC3PARAMRecordContent& ns3prc, const SOAData& sd, const std::string& unhashed, const std::string& begin, const std::string& end, const std::string& toNSEC3, DNSPacket *r, int mode); bool getNSEC3Hashes(bool narrow, DNSBackend* db, int id, const std::string& hashed, bool decrement, string& unhashed, string& before, string& after, int mode=0); #endif /* PACKETHANDLER */