(no commit message)
[vsys-wrappers.git] / fuse / stolen_from_fuse.h
diff --git a/fuse/stolen_from_fuse.h b/fuse/stolen_from_fuse.h
new file mode 100644 (file)
index 0000000..2ade06c
--- /dev/null
@@ -0,0 +1,8 @@
+#define FUSE_DEV_OLD "/proc/fs/fuse/dev"
+#define FUSE_DEV_NEW "/dev/fuse"
+
+int rrm_receive_fd(int fd);
+int rrm_send_fd(int sock_fd, int fd);
+int rrm_open_fuse_device(char **devp);
+int rrm_fuse_mnt_umount(const char *progname, const char *mnt, int lazy);
+