mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-18 08:32:17 -04:00
moved dns_zone_t typedef to <dns/types.h>
This commit is contained in:
parent
22a33c32fc
commit
55243e5263
2 changed files with 1 additions and 2 deletions
|
|
@ -75,6 +75,7 @@ typedef struct dns_dispatchevent dns_dispatchevent_t;
|
|||
typedef struct dns_tsig_key dns_tsig_key_t;
|
||||
typedef struct dns_view dns_view_t;
|
||||
typedef ISC_LIST(dns_view_t) dns_viewlist_t;
|
||||
typedef struct dns_zone dns_zone_t;
|
||||
typedef struct dns_a6context dns_a6context_t;
|
||||
|
||||
typedef enum {
|
||||
|
|
|
|||
|
|
@ -55,8 +55,6 @@ typedef enum {
|
|||
#define DNS_ZONE_O_DIALUP 0x00000008U /* zone xfr over dialup link */
|
||||
#define DNS_ZONE_O_NOTIFY 0x00000010U /* perform NOTIFY */
|
||||
|
||||
typedef struct dns_zone dns_zone_t;
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
/***
|
||||
|
|
|
|||
Loading…
Reference in a new issue