From: Christian Hofstaedtler Date: Thu, 6 Nov 2014 15:39:44 +0000 (+0100) Subject: Remove leftover function prototype X-Git-Tag: rec-3.7.0-rc1~170^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1869%2Fhead;p=thirdparty%2Fpdns.git Remove leftover function prototype No function body is to be seen anywhere. --- 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