From: Ted Lemon Date: Wed, 8 Sep 1999 01:48:32 +0000 (+0000) Subject: Add some more errors X-Git-Tag: V3-BETA-1-PATCH-2~5^2~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d596e1392034a4203b0a6a256b74deda4e8ba32c;p=thirdparty%2Fdhcp.git Add some more errors --- diff --git a/includes/isc/result.h b/includes/isc/result.h index e46979764..8ea51043f 100644 --- a/includes/isc/result.h +++ b/includes/isc/result.h @@ -67,8 +67,10 @@ ISC_LANG_BEGINDECLS #define ISC_R_INVALIDARG 39 #define ISC_R_NOTCONNECTED 40 #define ISC_R_NOTYET 41 +#define ISC_R_UNCHANGED 42 +#define ISC_R_MULTIPLE 43 -#define ISC_R_NRESULTS 42 /* Number of results */ +#define ISC_R_NRESULTS 44 /* Number of results */ char * isc_result_totext(isc_result_t); isc_result_t isc_result_register(unsigned int base,