From e44cd25d3fb2919c8033153fd86b983642513bb6 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 23 Jun 1999 02:50:03 +0000 Subject: [PATCH] add isc_result_t and isc_msgcat_t --- lib/isc/include/isc/types.h | 2 ++ 1 file changed, 2 insertions(+) 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;