mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 21:47:59 +00:00
added isc_interface_t and isc_interfaceiter_t
This commit is contained in:
parent
38feb01f1b
commit
334a4057e0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user