diff options
author | Csaba Henk <csaba.henk@creo.hu> | 2006-03-01 09:40:35 +0000 |
---|---|---|
committer | Csaba Henk <csaba.henk@creo.hu> | 2006-03-01 09:40:35 +0000 |
commit | ee588c01dca3991807aea456a66246ff8ad0c332 (patch) | |
tree | 495e5e37dc07b9049df2650a5866eaf80d7d145d /include/fuse_compat.h | |
parent | aa8258e9fb887d45c0a5754f158015e035ce37bc (diff) | |
download | libfuse-ee588c01dca3991807aea456a66246ff8ad0c332.tar.gz |
pass device file descriptor to fuse_unmount
Diffstat (limited to 'include/fuse_compat.h')
-rw-r--r-- | include/fuse_compat.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <sys/statfs.h> |