Lowlevel header doc fix by John Muir
authorMiklos Szeredi <miklos@szeredi.hu>
Sat, 18 Nov 2006 18:26:23 +0000 (18:26 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Sat, 18 Nov 2006 18:26:23 +0000 (18:26 +0000)
include/fuse_lowlevel.h

index 47bdeb1fe9714ad38dc87936f1f60d40d7040f18..062cf22c16cfcf697e2f5bb1a915d06e7e7b0d5a 100644 (file)
@@ -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