From 334a4057e09aeb6860302f5e196c67255048cc9d Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 25 Apr 2000 23:07:46 +0000 Subject: [PATCH] added isc_interface_t and isc_interfaceiter_t --- lib/isc/include/isc/types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/isc/include/isc/types.h b/lib/isc/include/isc/types.h index 93a71ecc0c..123f4763f7 100644 --- a/lib/isc/include/isc/types.h +++ b/lib/isc/include/isc/types.h @@ -32,6 +32,8 @@ typedef ISC_LIST(isc_buffer_t) isc_bufferlist_t; typedef struct isc_event isc_event_t; typedef ISC_LIST(struct isc_event) isc_eventlist_t; typedef unsigned int isc_eventtype_t; +typedef struct isc_interface isc_interface_t; +typedef struct isc_interfaceiter isc_interfaceiter_t; typedef struct isc_interval isc_interval_t; typedef struct isc_lex isc_lex_t; typedef struct isc_log isc_log_t;