From e75d2c54a347906478724be24bfa1df2638094cb Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Tue, 2 Jul 2024 17:37:50 +0200 Subject: Fix FUSE_USE_VERSION in example/ This is an addition to commit a8f1ae35af66, which introduced the 312 API, but didn't set the right API version in all examples. Signed-off-by: Bernd Schubert --- example/notify_inval_entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/notify_inval_entry.c') diff --git a/example/notify_inval_entry.c b/example/notify_inval_entry.c index dd2af92..1060d50 100644 --- a/example/notify_inval_entry.c +++ b/example/notify_inval_entry.c @@ -76,7 +76,7 @@ */ -#define FUSE_USE_VERSION 34 +#define FUSE_USE_VERSION FUSE_MAKE_VERSION(3, 12) #include #include -- cgit v1.2.3