aboutsummaryrefslogtreecommitdiff
path: root/lib/mount_util.h
blob: c64423bd2c6d0ce2825836a3fec908baa5f5c72c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
    FUSE: Filesystem in Userspace
    Copyright (C) 2001-2007  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);