]> git.saurik.com Git - apple/network_cmds.git/blobdiff - racoon.tproj/strnames.h
network_cmds-245.tar.gz
[apple/network_cmds.git] / racoon.tproj / strnames.h
index 587ada3ec3ef08ec2e319b7160b9ec69df2f0723..db0bec8b9cd49a353f1692727d302824304bc3ff 100644 (file)
@@ -29,6 +29,9 @@
  * SUCH DAMAGE.
  */
 
+#ifndef __STRNAMES_H__
+#define __STRNAMES_H__
+
 extern char * s_isakmp_state __P((int, int, int));
 extern char *s_isakmp_certtype __P((int));
 extern char *s_isakmp_etype __P((int));
@@ -61,3 +64,6 @@ extern char *s_pfkey_type __P((int));
 extern char *s_pfkey_satype __P((int));
 extern char *s_direction __P((int));
 extern char *s_proto __P((int));
+
+#endif /* __STRNAMES_H__ */
+