From 33c319c567f9735633c98671bb877a9af7304b2a Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 25 Feb 2004 09:19:29 +0000 Subject: added fuse_get() --- lib/helper.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/helper.c') 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, -- cgit v1.2.3