]> git.saurik.com Git - apple/network_cmds.git/blobdiff - racoon.tproj/vmbuf.h
network_cmds-245.tar.gz
[apple/network_cmds.git] / racoon.tproj / vmbuf.h
index 829c0f29a29c2fc90e8c9e5be26c3b84bfc4ee19..b8884c3a7d100cd718f1353e26bb0da7e58b1bbd 100644 (file)
@@ -29,6 +29,9 @@
  * SUCH DAMAGE.
  */
 
+#ifndef __VMBUF_H__
+#define __VMBUF_H__
+
 /*
  *     bp      v
  *     v       v
@@ -61,3 +64,7 @@ extern vchar_t *vmalloc __P((size_t));
 extern vchar_t *vrealloc __P((vchar_t *, size_t));
 extern void vfree __P((vchar_t *));
 extern vchar_t *vdup __P((vchar_t *));
+
+
+#endif /* __VMBUF_H__ */
+