moved dns_zone_t typedef to <dns/types.h>

This commit is contained in:
Andreas Gustafsson 1999-09-23 10:45:06 +00:00
parent 22a33c32fc
commit 55243e5263
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -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
/***