aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-11-20 17:05:07 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-11-20 17:05:07 +0000
commit05c97845cdd649b31ba140f3b2c4784b94489673 (patch)
tree6658371651547ac9f224976cf79e5fa9f4cdab68 /include
parent832ee448ec543bcebcff391989963450c012dd80 (diff)
downloadlibfuse-05c97845cdd649b31ba140f3b2c4784b94489673.tar.gz
fix
Diffstat (limited to 'include')
-rw-r--r--include/fuse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fuse.h b/include/fuse.h
index 4d58cd2..1cf727c 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -570,6 +570,7 @@ void fuse_set_getcontext_func(struct fuse_context *(*func)(void));
# define __fuse_exited fuse_exited
# define __fuse_set_getcontext_func fuse_set_getcontext_func
# else
+# warning Compatibility with API version 11 is deprecated
# undef FUSE_MAJOR_VERSION
# define FUSE_MAJOR_VERSION 1
# define FUSE_MINOR_VERSION 1