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_compat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/fuse_compat.h') diff --git a/include/fuse_compat.h b/include/fuse_compat.h index 97f7b12..ef7ff67 100644 --- a/include/fuse_compat.h +++ b/include/fuse_compat.h @@ -62,6 +62,8 @@ struct fuse *fuse_setup_compat25(int argc, char *argv[], size_t op_size, char **mountpoint, int *multithreaded, int *fd); +void fuse_unmount_compat22(const char *mountpoint); + #ifndef __FreeBSD__ #include -- cgit v1.2.3