2
0
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:
Bob Halley
1999-06-28 21:33:29 +00:00
parent ff82c51f2e
commit cccd92df7e
2 changed files with 1 additions and 1 deletions

View File

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

View File

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