aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Christopher Harrison <ch12@sanger.ac.uk>2015-07-30 11:05:34 +0100
committerGravatar Christopher Harrison <ch12@sanger.ac.uk>2015-07-30 11:05:34 +0100
commit7d687b939d42f46b7493a3ea7ace83dd0aef4091 (patch)
tree01e2c3a33de695a07559f6923a915718e275afee /include
parent0af0d9740b09811696706f1dd5f9f9478b7c40c4 (diff)
Added fuse_pkgversion function
Returns the full PACKAGE_VERSION string, per autoconf
Diffstat (limited to 'include')
-rw-r--r--include/fuse_common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h
index 28dfc0b..beb44c7 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -269,6 +269,13 @@ int fuse_daemonize(int foreground);
int fuse_version(void);
/**
+ * Get the full package version string of the library
+ *
+ * @return the package version
+ */
+const char *fuse_pkgversion(void);
+
+/**
* Destroy poll handle
*
* @param ph the poll handle