From d6e9f88da7cea46cf63d30911b9297ccf1befd5c Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 25 Oct 2002 11:40:14 +0000 Subject: use fuse_mount in fuse_main --- include/fuse.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/fuse.h') diff --git a/include/fuse.h b/include/fuse.h index 78cd877..6a3ed3a 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -116,10 +116,11 @@ extern "C" { * fuse_new() * * @param mountpoint the mount point path - * @param mount arguments (passed to the fusermount program) + * @param args array of arguments to be passed to fusermount (NULL + * terminated). Can be NULL if no arguments are needed. * @return the control file descriptor on success, -1 on failure */ -int fuse_mount(const char *mountpoint, const char *mount_args); +int fuse_mount(const char *mountpoint, const char *args[]); /** * Create a new FUSE filesystem. -- cgit v1.2.3