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:
parent
dd518cf33d
commit
bf6f755a74
2
CHANGES
2
CHANGES
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user