From ee588c01dca3991807aea456a66246ff8ad0c332 Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Wed, 1 Mar 2006 09:40:35 +0000 Subject: pass device file descriptor to fuse_unmount --- include/fuse_common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/fuse_common.h') diff --git a/include/fuse_common.h b/include/fuse_common.h index 191b6f9..f05d237 100644 --- a/include/fuse_common.h +++ b/include/fuse_common.h @@ -91,8 +91,9 @@ int fuse_mount(const char *mountpoint, struct fuse_args *args); * Umount a FUSE mountpoint * * @param mountpoint the mount point path + * @param the control file descriptor */ -void fuse_unmount(const char *mountpoint); +void fuse_unmount(const char *mountpoint, int fd); /** * Parse common options -- cgit v1.2.3