aboutsummaryrefslogtreecommitdiffstats
path: root/lib/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/helper.c')
-rw-r--r--lib/helper.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/helper.c b/lib/helper.c
index cca21b5..28c6310 100644
--- a/lib/helper.c
+++ b/lib/helper.c
@@ -331,3 +331,7 @@ int fuse_version(void)
return FUSE_VERSION;
}
+const char *fuse_pkgversion(void)
+{
+ return PACKAGE_VERSION;
+}