From 04dc6d618734fc630122de4c56dff641ebaf0988 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Thu, 6 Nov 2014 16:39:44 +0100 Subject: [PATCH] Remove leftover function prototype No function body is to be seen anywhere. --- pdns/dns.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/pdns/dns.hh b/pdns/dns.hh index 3b1bb32a28..efd756fd09 100644 --- a/pdns/dns.hh +++ b/pdns/dns.hh @@ -228,5 +228,4 @@ void fillSOAData(const string &content, SOAData &data); /** for use by DNSPacket, converts a SOAData class to a ascii line again */ string serializeSOAData(const SOAData &data); string &attodot(string &str); //!< for when you need to insert an email address in the SOA -string strrcode(unsigned char rcode); #endif -- 2.47.2