diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | include/fuse.h | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2005-11-20 Miklos Szeredi <miklos@szeredi.hu> + + * Warn if API version 11 compatibility is requested + 2005-11-17 Miklos Szeredi <miklos@szeredi.hu> * More FreeBSD merge 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 |