From 05c97845cdd649b31ba140f3b2c4784b94489673 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Sun, 20 Nov 2005 17:05:07 +0000 Subject: fix --- include/fuse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/fuse.h') 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 -- cgit v1.2.3