From: Ted Lemon Date: Tue, 16 Jan 2001 23:25:04 +0000 (+0000) Subject: Move typedef for isc_result_t to result.h X-Git-Tag: V3-BETA-2-PATCH-12~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66d23536151ca34a0a927c3c981c825b82483f3a;p=thirdparty%2Fdhcp.git Move typedef for isc_result_t to result.h --- diff --git a/includes/isc/types.h b/includes/isc/types.h index e88761f00..9fb29eff7 100644 --- a/includes/isc/types.h +++ b/includes/isc/types.h @@ -26,7 +26,6 @@ *** 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;