]> git.saurik.com Git - apple/network_cmds.git/blobdiff - racoon.tproj/vendorid.h
network_cmds-245.tar.gz
[apple/network_cmds.git] / racoon.tproj / vendorid.h
index cf4785db8eb4aa67596418d715301a584c8b5d7e..1342697c95fb9ca31b76ad07ac71e90dc319dd03 100644 (file)
@@ -29,6 +29,9 @@
  * SUCH DAMAGE.
  */
 
+#ifndef __VENDORID_H__
+#define __VENDORID_H__
+
 /* The unknown vendor ID. */
 #define        VENDORID_UNKNOWN        -1
 
@@ -62,3 +65,7 @@ extern const char *vendorid_strings[];
 
 vchar_t *set_vendorid __P((int));
 int check_vendorid __P((struct isakmp_gen *));
+
+
+#endif /* __VENDORID_H__ */
+