2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

added isc_interface_t and isc_interfaceiter_t

This commit is contained in:
David Lawrence
2000-04-25 23:07:46 +00:00
parent 38feb01f1b
commit 334a4057e0

View File

@@ -32,6 +32,8 @@ typedef ISC_LIST(isc_buffer_t) isc_bufferlist_t;
typedef struct isc_event isc_event_t; typedef struct isc_event isc_event_t;
typedef ISC_LIST(struct isc_event) isc_eventlist_t; typedef ISC_LIST(struct isc_event) isc_eventlist_t;
typedef unsigned int isc_eventtype_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_interval isc_interval_t;
typedef struct isc_lex isc_lex_t; typedef struct isc_lex isc_lex_t;
typedef struct isc_log isc_log_t; typedef struct isc_log isc_log_t;