From 62c24a8e4b10d77e08ee4a40c6f6b6a8d1eafeab Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 20 Jun 2007 21:37:58 +0000 Subject: Add fs subtype support to libfuse and fusermount --- lib/mount_util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/mount_util.h') diff --git a/lib/mount_util.h b/lib/mount_util.h index 106a6f8..f9f6cbe 100644 --- a/lib/mount_util.h +++ b/lib/mount_util.h @@ -14,3 +14,4 @@ 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); +int fuse_mnt_check_fuseblk(void); -- cgit v1.2.3