]> git.saurik.com Git - apple/network_cmds.git/blobdiff - racoon.tproj/netdb_dnssec.h
network_cmds-245.tar.gz
[apple/network_cmds.git] / racoon.tproj / netdb_dnssec.h
index 94c933f54043f57f8c1e724312f07212be2e7e0f..f7e2c18ce5bc636d419270ffa53949d80afab01b 100644 (file)
@@ -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__ */
+