aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse_lowlevel.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2006-11-18 18:26:23 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2006-11-18 18:26:23 +0000
commit4398858b8677716af3bb28db42803d3a8f3c4eb6 (patch)
tree78f0337617e8b2b6bcc4479358bb942c41c5b07f /include/fuse_lowlevel.h
parentfc5309cfd2b84b13279f5c512bd575b0a2322ae8 (diff)
downloadlibfuse-4398858b8677716af3bb28db42803d3a8f3c4eb6.tar.gz
Lowlevel header doc fix by John Muir
Diffstat (limited to 'include/fuse_lowlevel.h')
-rw-r--r--include/fuse_lowlevel.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index 47bdeb1..062cf22 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -14,8 +14,9 @@
* =========================================================== */
/* IMPORTANT: you should define FUSE_USE_VERSION before including this
- header. To use the newest API define it to 25 (recommended for any
- new application), to use the old API define it to 24 (default) */
+ 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 */
#ifndef FUSE_USE_VERSION
#define FUSE_USE_VERSION 24