2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +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

@@ -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 */