X-Git-Url: https://git.saurik.com/apple/network_cmds.git/blobdiff_plain/07f470571f6fc2709bdcf62fad0e6c4c1bf4e1b9..2b484d24084b903459c5b416c06cd77b48c748b9:/racoon.tproj/netdb_dnssec.h diff --git a/racoon.tproj/netdb_dnssec.h b/racoon.tproj/netdb_dnssec.h index 94c933f..f7e2c18 100644 --- a/racoon.tproj/netdb_dnssec.h +++ b/racoon.tproj/netdb_dnssec.h @@ -29,6 +29,9 @@ * SUCH DAMAGE. */ +#ifndef __NETDB_DNSSEC_H__ +#define __NETDB_DNSSEC_H__ + #ifndef T_CERT #define T_CERT 37 /* defined by RFC2538 section 2 */ #endif @@ -65,3 +68,7 @@ struct certinfo { extern void freecertinfo __P((struct certinfo *)); extern int getcertsbyname __P((char *, struct certinfo **)); + + +#endif /* __NETDB_DNSSEC_H__ */ +