From 178451d6f063c1054e7960fd628692d6d394f4cd Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 15 Aug 2005 13:19:07 +0000 Subject: fix --- lib/helper.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/helper.c') diff --git a/lib/helper.c b/lib/helper.c index a6c472f..75959e2 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -6,7 +6,7 @@ See the file COPYING.LIB. */ -#include "fuse.h" +#include "fuse_i.h" #include "fuse_compat.h" #include @@ -16,10 +16,6 @@ #include #include -struct fuse *fuse_new_common(int fd, const char *opts, - const struct fuse_operations *op, - size_t op_size, int compat); - static struct fuse *fuse_instance; static void usage(const char *progname) -- cgit v1.2.3