diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2007-04-27 18:08:15 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2007-04-27 18:08:15 +0000 |
commit | ccd1fa686cc1fc2faf067c8ceb10b90950175cc9 (patch) | |
tree | fee61fb474e225010e173e514015b0299bf093e3 /lib/mount_util.h | |
parent | ccf0be03c3f6ec094b18c53c0606dafadb1e5423 (diff) | |
download | libfuse-ccd1fa686cc1fc2faf067c8ceb10b90950175cc9.tar.gz |
libfuse: call umount(8) directly...
Diffstat (limited to 'lib/mount_util.h')
-rw-r--r-- | lib/mount_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mount_util.h b/lib/mount_util.h index c64423b..106a6f8 100644 --- a/lib/mount_util.h +++ b/lib/mount_util.h @@ -10,6 +10,7 @@ int fuse_mnt_add_mount(const char *progname, const char *fsname, const char *mnt, const char *type, const char *opts); +int fuse_mnt_umount(const char *progname, const char *mnt, int lazy); char *fuse_mnt_resolve_path(const char *progname, const char *orig); int fuse_mnt_check_empty(const char *progname, const char *mnt, mode_t rootmode, off_t rootsize); |