]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/dns/rfc2671.h
Remove unnecessary C linkage and unused code (#1677)
[thirdparty/squid.git] / src / dns / rfc2671.h
index 1c6695f9127e6fb9df096b7faa380bf420ef87a0..25d3ce858c2077f96e6e090d05218ff21c271c6f 100644 (file)
@@ -12,7 +12,7 @@
 /* RFC2671 section 7 defines new RR type OPT as 41 */
 #define RFC1035_TYPE_OPT 41
 
-SQUIDCEXTERN int rfc2671RROptPack(char *buf, size_t sz, ssize_t edns_sz);
+int rfc2671RROptPack(char *buf, size_t sz, ssize_t edns_sz);
 
 #endif /* SQUID_SRC_DNS_RFC2671_H */