2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

add isc_result_t and isc_msgcat_t

This commit is contained in:
Bob Halley
1999-06-23 02:50:03 +00:00
parent 1ec5ceb5b2
commit e44cd25d3f

View File

@@ -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;