From 8e10b7420a10b73625eee93ea4096f4a2bc21ad5 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 25 Apr 2007 15:52:39 +0000 Subject: *** empty log message *** --- lib/mount_util.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lib/mount_util.h (limited to 'lib/mount_util.h') diff --git a/lib/mount_util.h b/lib/mount_util.h new file mode 100644 index 0000000..d341df7 --- /dev/null +++ b/lib/mount_util.h @@ -0,0 +1,15 @@ +/* + FUSE: Filesystem in Userspace + Copyright (C) 2001-2006 Miklos Szeredi + + This program can be distributed under the terms of the GNU LGPL. + See the file COPYING.LIB. +*/ + +#include + +int fuse_mnt_add_mount(const char *progname, const char *fsname, + const char *mnt, const char *type, const char *opts); +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); -- cgit v1.2.3