From fbb636390fe51dc6aa52ec7523a36b183434a28c Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Tue, 11 Aug 2009 06:24:40 -0700 Subject: fuse: add proper mounting support, based on libfuse routines --- contrib/fuse-include/fuse-mount.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 contrib/fuse-include/fuse-mount.h (limited to 'contrib/fuse-include') diff --git a/contrib/fuse-include/fuse-mount.h b/contrib/fuse-include/fuse-mount.h new file mode 100644 index 000000000..d263a8039 --- /dev/null +++ b/contrib/fuse-include/fuse-mount.h @@ -0,0 +1,11 @@ +/* + FUSE: Filesystem in Userspace + Copyright (C) 2001-2007 Miklos Szeredi + Copyright (c) 2009 Z RESEARCH, Inc. + + 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); -- cgit