summaryrefslogtreecommitdiffstats
path: root/contrib/fuse-include/fuse-mount.h
blob: ca571ce5e306c9144567ac9a7e53640a9711f3ab (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
  FUSE: Filesystem in Userspace
  Copyright (C) 2001-2007  Miklos Szeredi <miklos@szeredi.hu>
  Copyright (c) 2010 Gluster, Inc. <http://www.gluster.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);