mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
move declaration of dns_dispatch_t to dns/types.h
This commit is contained in:
@@ -70,7 +70,6 @@ struct dns_dispatchevent {
|
||||
isc_buffer_t buffer; /* data buffer */
|
||||
};
|
||||
|
||||
typedef struct dns_dispatch dns_dispatch_t;
|
||||
typedef struct dns_resentry dns_resentry_t; /* XXX name change */
|
||||
|
||||
/*
|
||||
|
@@ -63,6 +63,7 @@ typedef struct dns_delegation dns_delegation_t;
|
||||
typedef struct dns_forwarders dns_forwarders_t;
|
||||
typedef isc_uint16_t dns_messageid_t;
|
||||
typedef isc_uint16_t dns_trust_t;
|
||||
typedef struct dns_dispatch dns_dispatch_t;
|
||||
|
||||
typedef enum {
|
||||
dns_labeltype_ordinary = 0,
|
||||
|
Reference in New Issue
Block a user