From cccd92df7e52a51431cd1cf50a884f841e6661ae Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Mon, 28 Jun 1999 21:33:29 +0000 Subject: [PATCH] move declaration of dns_dispatch_t to dns/types.h --- lib/dns/include/dns/dispatch.h | 1 - lib/dns/include/dns/types.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/include/dns/dispatch.h b/lib/dns/include/dns/dispatch.h index f1abdf2839..a30c93edc1 100644 --- a/lib/dns/include/dns/dispatch.h +++ b/lib/dns/include/dns/dispatch.h @@ -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 */ /* diff --git a/lib/dns/include/dns/types.h b/lib/dns/include/dns/types.h index 31902d8b03..33eebaaf6b 100644 --- a/lib/dns/include/dns/types.h +++ b/lib/dns/include/dns/types.h @@ -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,