aboutsummaryrefslogtreecommitdiffstats
path: root/lib/helper.c
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-07-15 13:31:36 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-07-15 13:31:36 +0000
commite2aa2e243d729e29ad67f1b30aa3392ca9a9cdb2 (patch)
treeacab77c357b36a6703450f0802423a0ca4b3ae01 /lib/helper.c
parentbd10a7b16f10c1a5f61a4531c8631048e00fa230 (diff)
downloadlibfuse-e2aa2e243d729e29ad67f1b30aa3392ca9a9cdb2.tar.gz
cleanup
Diffstat (limited to 'lib/helper.c')
-rw-r--r--lib/helper.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/helper.c b/lib/helper.c
index d5c63f2..d8e694f 100644
--- a/lib/helper.c
+++ b/lib/helper.c
@@ -6,7 +6,7 @@
See the file COPYING.LIB.
*/
-#include "fuse_i.h"
+#include "fuse.h"
#include "fuse_compat.h"
#include <stdio.h>
@@ -16,6 +16,10 @@
#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)