new layout - make room for slice-space stuff
[vsys-scripts.git] / root-context / fdpass.h
diff --git a/root-context/fdpass.h b/root-context/fdpass.h
new file mode 100644 (file)
index 0000000..f00a6fb
--- /dev/null
@@ -0,0 +1,5 @@
+// Modified version of library functions in FUSE
+//
+int send_fd(int sock_fd, int fd);
+int receive_fd(int fd);
+