]> 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 0a2a1b97d2add0a87b010093e6f5b76632d894b1..b8884c3a7d100cd718f1353e26bb0da7e58b1bbd 100644 (file)
@@ -1,4 +1,4 @@
-/*     $KAME: vmbuf.h,v 1.7 2000/10/04 17:41:05 itojun Exp $   */
+/*     $KAME: vmbuf.h,v 1.8 2001/12/12 21:18:33 sakane Exp $   */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -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__ */
+