mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 03:12:04 -04:00
add isc_result_t and isc_msgcat_t
This commit is contained in:
parent
1ec5ceb5b2
commit
e44cd25d3f
1 changed files with 2 additions and 0 deletions
|
|
@ -25,8 +25,10 @@
|
|||
*** Core Types.
|
||||
***/
|
||||
|
||||
typedef unsigned int isc_result_t;
|
||||
typedef struct isc_mem isc_mem_t;
|
||||
typedef struct isc_mempool isc_mempool_t;
|
||||
typedef struct isc_msgcat isc_msgcat_t;
|
||||
typedef unsigned int isc_eventtype_t;
|
||||
typedef struct isc_event isc_event_t;
|
||||
typedef ISC_LIST(struct isc_event) isc_eventlist_t;
|
||||
|
|
|
|||
Loading…
Reference in a new issue