2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00

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;