mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 18:42:59 -04:00
move declaration of dns_dispatch_t to dns/types.h
This commit is contained in:
parent
ff82c51f2e
commit
cccd92df7e
2 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue