From: Mark Andrews Date: Tue, 17 Oct 2000 10:59:48 +0000 (+0000) Subject: mising declarations X-Git-Tag: v9.0.1^4~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3688a648ff659dd83253cdb5ed4b5c7668b35333;p=thirdparty%2Fbind9.git mising declarations --- diff --git a/lib/dns/include/dns/events.h b/lib/dns/include/dns/events.h index dc2ce552b89..6da31cb70ad 100644 --- a/lib/dns/include/dns/events.h +++ b/lib/dns/include/dns/events.h @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: events.h,v 1.32 2000/09/26 05:16:57 marka Exp $ */ +/* $Id: events.h,v 1.33 2000/10/17 10:59:47 marka Exp $ */ #ifndef DNS_EVENTS_H #define DNS_EVENTS_H 1 @@ -56,6 +56,7 @@ #define DNS_EVENT_CACHEOVERMEM (ISC_EVENTCLASS_DNS + 27) #define DNS_EVENT_MASTERNEXTZONE (ISC_EVENTCLASS_DNS + 28) #define DNS_EVENT_IOREADY (ISC_EVENTCLASS_DNS + 29) +#define DNS_EVENT_LOOKUPDONE (ISC_EVENTCLASS_DNS + 30) #define DNS_EVENT_FIRSTEVENT (ISC_EVENTCLASS_DNS + 0) #define DNS_EVENT_LASTEVENT (ISC_EVENTCLASS_DNS + 65535) diff --git a/lib/dns/include/dns/types.h b/lib/dns/include/dns/types.h index bc07a7275c1..c2e220f6bd2 100644 --- a/lib/dns/include/dns/types.h +++ b/lib/dns/include/dns/types.h @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: types.h,v 1.95 2000/09/11 13:34:18 marka Exp $ */ +/* $Id: types.h,v 1.96 2000/10/17 10:59:48 marka Exp $ */ #ifndef DNS_TYPES_H #define DNS_TYPES_H 1 @@ -69,6 +69,7 @@ typedef struct dns_loadmgr dns_loadmgr_t; typedef struct dns_message dns_message_t; typedef isc_uint16_t dns_messageid_t; typedef isc_region_t dns_label_t; +typedef struct dns_lookup dns_lookup_t; typedef struct dns_name dns_name_t; typedef ISC_LIST(dns_name_t) dns_namelist_t; typedef isc_uint16_t dns_opcode_t;