(no commit message)
[vsys-wrappers.git] / fuse / stolen_from_fuse.h
1 #define FUSE_DEV_OLD "/proc/fs/fuse/dev"
2 #define FUSE_DEV_NEW "/dev/fuse"
3
4 int rrm_receive_fd(int fd);
5 int rrm_send_fd(int sock_fd, int fd);
6 int rrm_open_fuse_device(char **devp);
7 int rrm_fuse_mnt_umount(const char *progname, const char *mnt, int lazy);
8