projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c08ee9
)
Default to FUSE_USE_VERSION 30
author
Nikolaus Rath
<Nikolaus@rath.org>
Sun, 16 Oct 2016 22:31:54 +0000
(15:31 -0700)
committer
Nikolaus Rath
<Nikolaus@rath.org>
Sun, 16 Oct 2016 22:31:54 +0000
(15:31 -0700)
include/fuse_lowlevel.h
patch
|
blob
|
history
diff --git
a/include/fuse_lowlevel.h
b/include/fuse_lowlevel.h
index d3b3e3540b48ea62bdd9d2f36892ae27eeceae51..db15083d148a787ea0fffca28f2363e22059ee64 100644
(file)
--- a/
include/fuse_lowlevel.h
+++ b/
include/fuse_lowlevel.h
@@
-14,13
+14,12
@@
* Low level API
*
* IMPORTANT: you should define FUSE_USE_VERSION before including this
- * header. To use the newest API define it to 26 (recommended for any
- * new application), to use the old API define it to 24 (default) or
- * 25
+ * header. To use the newest API define it to 30 (recommended for any
+ * new application).
*/
#ifndef FUSE_USE_VERSION
-#define FUSE_USE_VERSION
24
+#define FUSE_USE_VERSION
30
#endif
#include "fuse_common.h"