2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Add ISC_R_MULTICAST

This commit is contained in:
Michael Graff
2000-06-15 18:21:38 +00:00
parent c3581e2bcc
commit d2e9c94edb
2 changed files with 4 additions and 2 deletions

View File

@@ -64,8 +64,9 @@
#define ISC_R_NOTCONNECTED 40 /* socket is not connected */
#define ISC_R_RANGE 41 /* out of range */
#define ISC_R_NOENTROPY 42 /* out of entropy */
#define ISC_R_MULTICAST 43 /* invalid use of multicast */
#define ISC_R_NRESULTS 43 /* Number of results */
#define ISC_R_NRESULTS 44 /* Number of results */
ISC_LANG_BEGINDECLS