From 76c1752f14177a5c56f9cfa5aaac5b346823d47b Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 13 Jul 2005 14:08:19 +0000 Subject: inode based API first working version --- lib/helper.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/helper.c') diff --git a/lib/helper.c b/lib/helper.c index 13f3ca2..d5c63f2 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -289,6 +289,7 @@ static int fuse_parse_cmdline(int argc, const char *argv[], char **kernel_opts, } static struct fuse *fuse_setup_common(int argc, char *argv[], + const struct fuse_operations *op, size_t op_size, char **mountpoint, -- cgit v1.2.3