Add dns_c_ipmatch_any to dns_c_ipmatch_type_t enum.

This commit is contained in:
James Brister 2000-02-15 17:06:58 +00:00
parent 334e2ce758
commit 0b5d6a2091

View file

@ -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;