aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2006-02-24 16:21:58 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2006-02-24 16:21:58 +0000
commita039f8fa00c1aea3291a16253f94aaa98389fdbd (patch)
tree0ce01a4a785ed2218b56215dd267369e2e6f7ef1 /include/fuse.h
parent6bab4809f38fcd67330d1383657e84bdd33ab43c (diff)
downloadandroid_external_fuse-a039f8fa00c1aea3291a16253f94aaa98389fdbd.tar.gz
android_external_fuse-a039f8fa00c1aea3291a16253f94aaa98389fdbd.tar.bz2
android_external_fuse-a039f8fa00c1aea3291a16253f94aaa98389fdbd.zip
fix
Diffstat (limited to 'include/fuse.h')
-rw-r--r--include/fuse.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/fuse.h b/include/fuse.h
index a7182ac..b6ecaef 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -12,9 +12,9 @@
/* This file defines the library interface of FUSE */
/* 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 21 (default) or
- 22, to use the even older 1.X API define it to 11. */
+ header. To use the newest API define it to 26 (recommended for any
+ new application), to use the old API define it to 21 (default) 22
+ or 25, to use the even older 1.X API define it to 11. */
#ifndef FUSE_USE_VERSION
#define FUSE_USE_VERSION 21