diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-08-15 13:19:07 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-08-15 13:19:07 +0000 |
commit | 178451d6f063c1054e7960fd628692d6d394f4cd (patch) | |
tree | 6f16a8dd77a0854dfdbe87fabd4c50a0c1f8f672 /lib/helper.c | |
parent | a148242fb80fa2127fdaf41de63e2d81dc8006ef (diff) | |
download | libfuse-178451d6f063c1054e7960fd628692d6d394f4cd.tar.gz |
fix
Diffstat (limited to 'lib/helper.c')
-rw-r--r-- | lib/helper.c | 6 |
1 files changed, 1 insertions, 5 deletions
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 <stdio.h> @@ -16,10 +16,6 @@ #include <limits.h> #include <signal.h> -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) |