aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fuse.h')
-rw-r--r--include/fuse.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/fuse.h b/include/fuse.h
index 59e0ed1..b85f0d8 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -11,6 +11,12 @@
/* This file defines the library interface of FUSE */
+/** Major version of FUSE library interface */
+#define FUSE_MAJOR_VERSION 1
+
+/** Minor version of FUSE library interface */
+#define FUSE_MINOR_VERSION 1
+
/* Now and forever: this interface uses 64 bit off_t */
#define _FILE_OFFSET_BITS 64