mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
remove dns_addmode_t
This commit is contained in:
parent
c1bb41fa73
commit
eec229f176
1 changed files with 0 additions and 5 deletions
|
|
@ -62,11 +62,6 @@ typedef enum {
|
|||
dns_bitlabel_1 = 1
|
||||
} dns_bitlabel_t;
|
||||
|
||||
typedef enum {
|
||||
dns_addmode_replace = 0,
|
||||
dns_addmode_merge = 1
|
||||
} dns_addmode_t;
|
||||
|
||||
#include <dns/enumtype.h>
|
||||
enum {
|
||||
dns_rdatatype_none = 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue