Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp,
[p5sagit/p5-mst-13.2.git] / vos / vosish.h
index 5befc65..dfddd31 100644 (file)
@@ -9,3 +9,6 @@ extern int ioctl (int fd, int request, ...);
 
 /* Specify a prototype for truncate() since we are supplying one. */
 extern int truncate (const char *path, off_t len);
+
+/* Specify a prototype for socketpair() since we supplying one. */
+extern int socketpair (int family, int type, int protocol, int fd[2]);