aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fuse_common.h')
-rw-r--r--include/fuse_common.h3
1 files changed, 2 insertions, 1 deletions
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