aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2015-08-14 06:51:59 +0200
committerMiklos Szeredi <mszeredi@suse.cz>2015-08-14 06:51:59 +0200
commit4ae8680e40b60d65029f4630c21ab182d3c79e8e (patch)
treed496ba0e5b42d6c0e40930e102e37c8fd4028a2e /include
parent9fd0abefb0be8470931df3896eb52a05cbe63f3b (diff)
parent95e89c0c8aaf8a216fb3d0cab545d012b57fbba5 (diff)
downloadlibfuse-4ae8680e40b60d65029f4630c21ab182d3c79e8e.tar.gz
Merge git://git.code.sf.net/u/xophmeister/fuse
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