]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add some more errors
authorTed Lemon <source@isc.org>
Wed, 8 Sep 1999 01:48:32 +0000 (01:48 +0000)
committerTed Lemon <source@isc.org>
Wed, 8 Sep 1999 01:48:32 +0000 (01:48 +0000)
includes/isc/result.h

index e46979764add5fc898932acbbcb939daa697e31e..8ea51043ffbdab17b197babf09cde9ccf56d5cf6 100644 (file)
@@ -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,