diff options
Diffstat (limited to 'fuse/fuse_i.h')
-rw-r--r-- | fuse/fuse_i.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fuse/fuse_i.h b/fuse/fuse_i.h index 78f14677a..fa3715606 100644 --- a/fuse/fuse_i.h +++ b/fuse/fuse_i.h @@ -106,6 +106,8 @@ struct fuse_session *fuse_lowlevel_new_common(struct fuse_args *args, size_t op_size, void *userdata); void fuse_kern_unmount_compat22(const char *mountpoint); +int fuse_chan_clearfd(struct fuse_chan *ch); + void fuse_kern_unmount(const char *mountpoint, int fd); int fuse_kern_mount(const char *mountpoint, struct fuse_args *args); |