blob: d263a80390a0454ff849547f565dda2d2471614e (
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) 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);
  |