diff --git a/lib/isc/include/isc/types.h b/lib/isc/include/isc/types.h index d12f39a421..5496b6e09c 100644 --- a/lib/isc/include/isc/types.h +++ b/lib/isc/include/isc/types.h @@ -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;