]> git.saurik.com Git - apple/ipsec.git/blobdiff - ipsec-tools/racoon/vmbuf.h
ipsec-258.1.3.tar.gz
[apple/ipsec.git] / ipsec-tools / racoon / vmbuf.h
index 0254d7c24d38c05efdc9496b334ecbe85aa0504b..59862233b457c0d497e7d939631f3bdcd86cc1aa 100644 (file)
@@ -63,9 +63,10 @@ do { \
 /* vfree is already defined in Apple's system libraries */
 #define vfree   vmbuf_free
 
 /* vfree is already defined in Apple's system libraries */
 #define vfree   vmbuf_free
 
-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 *));
+extern vchar_t *vmalloc (size_t);
+extern vchar_t *vrealloc (vchar_t *, size_t);
+extern void vfree (vchar_t *);
+extern vchar_t *vdup (vchar_t *);
+extern vchar_t *vnew (u_int8_t *, size_t);
 
 #endif /* _VMBUF_H */
 
 #endif /* _VMBUF_H */