aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2008-10-14 14:37:48 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2008-10-14 14:37:48 +0000
commitb7af77dc1dfb5eb91eb408a0aeaf30783b5974ab (patch)
tree32d22ec0beb32b8fd99f9ce4cd14e8dcd53ca82c /include
parent78e42c17a69736ff19ae3a6a198bbd2bbee01202 (diff)
Pass current file flags to read and write operations
Diffstat (limited to 'include')
-rw-r--r--include/fuse.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fuse.h b/include/fuse.h
index 409851a..8d47bc5 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -80,6 +80,9 @@ typedef int (*fuse_dirfil_t) (fuse_dirh_t h, const char *name, int type,
*
* Changed in fuse 2.8.0 (regardless of API version)
* Previously, paths were limited to a length of PATH_MAX.
+ *
+ * See http://fuse.sourceforge.net/wiki/ for more information. There
+ * is also a snapshot of the relevant wiki pages in the doc/ folder.
*/
struct fuse_operations {
/** Get file attributes.