]> git.saurik.com Git - apple/network_cmds.git/blobdiff - racoon.tproj/dnssec.h
network_cmds-245.8.tar.gz
[apple/network_cmds.git] / racoon.tproj / dnssec.h
index 1c0a78bd56ae4c75e7ff0e998dea7c0376b1ed92..9c6b2d1eb1fdd280f013888403ce4aba080459d9 100644 (file)
@@ -1,4 +1,4 @@
-/*     $KAME$  */
+/*     $KAME: dnssec.h,v 1.1 2001/04/11 06:11:55 sakane Exp $  */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
  * SUCH DAMAGE.
  */
 
+#ifndef __DNSSEC_H__
+#define __DNSSEC_H__
+
 extern cert_t *dnssec_getcert __P((vchar_t *));
+
+#endif /* __DNSSEC_H__ */
+