aboutsummaryrefslogtreecommitdiff
path: root/lib/mount_util.h
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2007-04-25 15:52:39 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2007-04-25 15:52:39 +0000
commit8e10b7420a10b73625eee93ea4096f4a2bc21ad5 (patch)
tree13ebf4dbdc1aa7ed56fd621ffecbd7809875079c /lib/mount_util.h
parent0ac820ee6a02e761ad00e70b93c448de4d227877 (diff)
*** empty log message ***
Diffstat (limited to 'lib/mount_util.h')
-rw-r--r--lib/mount_util.h15
1 files changed, 15 insertions, 0 deletions
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 <miklos@szeredi.hu>
+
+ This program can be distributed under the terms of the GNU LGPL.
+ See the file COPYING.LIB.
+*/
+
+#include <sys/types.h>
+
+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);