From 199fc0f8335af5487edb243c05a662b60e311463 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 16 Oct 2016 14:28:47 -0700 Subject: Inlined fuse_mount_help() into fuse_lowlevel_help(). Both the BSD and Linux implementation actually accept mostly the same FUSE-specific mount options. Up to now, the BSD help function appended the output of ``mount_fusefs --help``, but looking at http://www.unix.com/man-page/freebsd/8/mount_fusefs/ this is likely more confusing than helpful (since the user is not actually invoking mount_fusefs directly, most of the options don't make sense). --- lib/fuse_i.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/fuse_i.h') diff --git a/lib/fuse_i.h b/lib/fuse_i.h index e612b3f..50962e3 100644 --- a/lib/fuse_i.h +++ b/lib/fuse_i.h @@ -107,9 +107,7 @@ void fuse_chan_put(struct fuse_chan *ch); struct mount_opts *parse_mount_opts(struct fuse_args *args); void destroy_mount_opts(struct mount_opts *mo); -void fuse_mount_help(void); void fuse_mount_version(void); - void fuse_kern_unmount(const char *mountpoint, int fd); int fuse_kern_mount(const char *mountpoint, struct mount_opts *mo); -- cgit v1.2.3