diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/helper.c | 5 |
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, |