summaryrefslogtreecommitdiffstats
path: root/contrib/fuse-include
diff options
context:
space:
mode:
authorCsaba Henk <csaba@gluster.com>2009-08-11 06:24:40 -0700
committerCsaba Henk <csaba@gluster.com>2009-08-12 06:21:04 -0700
commitfbb636390fe51dc6aa52ec7523a36b183434a28c (patch)
tree7f3ff12017883fad198e65e225971d3d7b4b3611 /contrib/fuse-include
parent472ac9944b2e99b8dd4a7e33f8dc4ae0f111b0cc (diff)
fuse: add proper mounting support, based on libfuse routines
Diffstat (limited to 'contrib/fuse-include')
-rw-r--r--contrib/fuse-include/fuse-mount.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/fuse-include/fuse-mount.h b/contrib/fuse-include/fuse-mount.h
new file mode 100644
index 00000000000..d263a80390a
--- /dev/null
+++ b/contrib/fuse-include/fuse-mount.h
@@ -0,0 +1,11 @@
+/*
+ FUSE: Filesystem in Userspace
+ Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
+ Copyright (c) 2009 Z RESEARCH, Inc. <http://www.zresearch.com>
+
+ This program can be distributed under the terms of the GNU LGPLv2.
+ See the file COPYING.LIB.
+*/
+
+void gf_fuse_unmount (const char *mountpoint, int fd);
+int gf_fuse_mount (const char *mountpoint, char *fsname, char *mnt_param);