2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-29 05:17:57 +00:00

Oops, fix ISC_R_NRESULTS.

This commit is contained in:
Ted Lemon 2000-11-28 23:44:13 +00:00
parent 6e0f9707d8
commit c514db8e98

View File

@ -89,7 +89,7 @@ ISC_LANG_BEGINDECLS
#define ISC_R_BADKEY 61
#define ISC_R_BADTIME 62
#define ISC_R_NRESULTS 62 /* Number of results */
#define ISC_R_NRESULTS 63 /* Number of results */
const char * isc_result_totext(isc_result_t);
isc_result_t isc_result_register(unsigned int base,