mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
add isc_result_t and isc_msgcat_t
This commit is contained in:
@@ -25,8 +25,10 @@
|
|||||||
*** Core Types.
|
*** Core Types.
|
||||||
***/
|
***/
|
||||||
|
|
||||||
|
typedef unsigned int isc_result_t;
|
||||||
typedef struct isc_mem isc_mem_t;
|
typedef struct isc_mem isc_mem_t;
|
||||||
typedef struct isc_mempool isc_mempool_t;
|
typedef struct isc_mempool isc_mempool_t;
|
||||||
|
typedef struct isc_msgcat isc_msgcat_t;
|
||||||
typedef unsigned int isc_eventtype_t;
|
typedef unsigned int isc_eventtype_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;
|
||||||
|
Reference in New Issue
Block a user