2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

<isc/magic.h> does not need <isc/lang.h>.

This commit is contained in:
David Lawrence 2000-04-28 16:55:58 +00:00
parent dd518cf33d
commit bf6f755a74
2 changed files with 3 additions and 7 deletions

View File

@ -1,3 +1,5 @@
125. [cleanup] <isc/magic.h> does not need <isc/lang.h>.
124. [func] signer now imports parent's zone key signature
and creates null keys/sets zone status bit for
children when necessary

View File

@ -16,14 +16,8 @@
*/
#ifndef ISC_MAGIC_H
#define ISC_MAGIC_H
#include <isc/lang.h>
ISC_LANG_BEGINDECLS
#define ISC_MAGIC_H 1
#define ISC_MAGIC_VALID(a,b) (((a) != NULL) && ((a)->magic == (b)))
ISC_LANG_ENDDECLS
#endif /* ISC_MAGIC_H */