diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-11-18 18:26:23 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-11-18 18:26:23 +0000 |
commit | 4398858b8677716af3bb28db42803d3a8f3c4eb6 (patch) | |
tree | 78f0337617e8b2b6bcc4479358bb942c41c5b07f | |
parent | fc5309cfd2b84b13279f5c512bd575b0a2322ae8 (diff) | |
download | libfuse-4398858b8677716af3bb28db42803d3a8f3c4eb6.tar.gz |
Lowlevel header doc fix by John Muir
-rw-r--r-- | include/fuse_lowlevel.h | 5 |
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 |