X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Futils_dns.h;h=ef7de0a6ec8469b251d70d4664dc0d1b2cde784e;hb=0bd857dd5aec94cd6b6fb18b58953bc2663122d1;hp=83f0ea403e9809ab68c9261299119aa1537278d1;hpb=979b0fa58b2de639ff79209eff12ec17ff593483;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