X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_dns.h;h=ef7de0a6ec8469b251d70d4664dc0d1b2cde784e;hb=5c2993e4121feae745551be182221b31bc23ff97;hp=83f0ea403e9809ab68c9261299119aa1537278d1;hpb=c4da209d3b3ef23d03617c15abc3c8365c0ffd2b;p=collectd.git diff --git a/src/utils_dns.h b/src/utils_dns.h index 83f0ea40..ef7de0a6 100644 --- a/src/utils_dns.h +++ b/src/utils_dns.h @@ -48,8 +48,6 @@ #define DNS_MSG_HDR_SZ 12 #define T_MAX 65536 -#define OP_MAX 16 -#define C_MAX 65536 #define MAX_QNAME_SZ 512 struct rfc1035_header_s { @@ -75,10 +73,6 @@ struct rfc1035_header_s { }; typedef struct rfc1035_header_s rfc1035_header_t; -extern int qtype_counts[T_MAX]; -extern int opcode_counts[OP_MAX]; -extern int qclass_counts[C_MAX]; - #if HAVE_PCAP_H void dnstop_set_pcap_obj (pcap_t *po); #endif