From 7d687b939d42f46b7493a3ea7ace83dd0aef4091 Mon Sep 17 00:00:00 2001 From: Christopher Harrison Date: Thu, 30 Jul 2015 11:05:34 +0100 Subject: Added fuse_pkgversion function Returns the full PACKAGE_VERSION string, per autoconf --- include/fuse_common.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/fuse_common.h') 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 @@ -268,6 +268,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 * -- cgit v1.2.3