aboutsummaryrefslogtreecommitdiffstats
path: root/lib/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/helper.c')
-rw-r--r--lib/helper.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/helper.c b/lib/helper.c
index e06c01c..f2ed9b8 100644
--- a/lib/helper.c
+++ b/lib/helper.c
@@ -17,6 +17,11 @@
static struct fuse *fuse;
+struct fuse *fuse_get(void)
+{
+ return fuse;
+}
+
static void usage(char *progname)
{
fprintf(stderr,