aboutsummaryrefslogtreecommitdiff
path: root/example/passthrough_fh.c
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-07-07 15:25:41 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-07-08 12:48:08 +0200
commite870a0427adb50a64dc8bcbacfacb089872c6908 (patch)
tree454e310cc66d048ee2e45493b6abaafcb80d1749 /example/passthrough_fh.c
parent79b446d22ce8cfb387549bef2a0ddcaf6fbb3331 (diff)
Added public fuse_lib_help(), bumped minor version
Diffstat (limited to 'example/passthrough_fh.c')
-rw-r--r--example/passthrough_fh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/passthrough_fh.c b/example/passthrough_fh.c
index 372282e..909422a 100644
--- a/example/passthrough_fh.c
+++ b/example/passthrough_fh.c
@@ -23,7 +23,7 @@
* \include passthrough_fh.c
*/
-#define FUSE_USE_VERSION 30
+#define FUSE_USE_VERSION 31
#ifdef HAVE_CONFIG_H
#include <config.h>