From 0b5d6a2091b704078f64ca94bfd33c4cee22f3a5 Mon Sep 17 00:00:00 2001 From: James Brister Date: Tue, 15 Feb 2000 17:06:58 +0000 Subject: [PATCH] Add dns_c_ipmatch_any to dns_c_ipmatch_type_t enum. --- lib/dns/include/dns/confcommon.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/dns/include/dns/confcommon.h b/lib/dns/include/dns/confcommon.h index 36d569ba13..9263c6a874 100644 --- a/lib/dns/include/dns/confcommon.h +++ b/lib/dns/include/dns/confcommon.h @@ -172,6 +172,7 @@ typedef enum { dns_c_ipmatch_localnets, dns_c_ipmatch_key, dns_c_ipmatch_acl, + dns_c_ipmatch_any, dns_c_ipmatch_none } dns_c_ipmatch_type_t;