mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 22:32:07 -04:00
add dns_namereln_t
This commit is contained in:
parent
5a69527874
commit
a866eaa4ac
1 changed files with 8 additions and 0 deletions
|
|
@ -62,6 +62,14 @@ typedef enum {
|
|||
dns_bitlabel_1 = 1
|
||||
} dns_bitlabel_t;
|
||||
|
||||
typedef enum {
|
||||
dns_namereln_none = 0,
|
||||
dns_namereln_contains = 1,
|
||||
dns_namereln_subdomain = 2,
|
||||
dns_namereln_equal = 3,
|
||||
dns_namereln_commonancestor = 4
|
||||
} dns_namereln_t;
|
||||
|
||||
#include <dns/enumtype.h>
|
||||
enum {
|
||||
dns_rdatatype_none = 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue