aboutsummaryrefslogtreecommitdiff
path: root/include/fuse.h
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2005-08-23 15:39:43 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2005-08-23 15:39:43 +0000
commitb0c52c59f710b4619949adfc359dabfca005fe0d (patch)
treeded91b7758b4c99506cdaa112446df40c8bab514 /include/fuse.h
parent9724d546a61d031eb0fa2ae5f64e26b7f77c781b (diff)
fix
Diffstat (limited to 'include/fuse.h')
-rw-r--r--include/fuse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fuse.h b/include/fuse.h
index 4bb215e..6251158 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -311,6 +311,8 @@ struct fuse_operations {
* Introduced in version 2.4
*/
int (*access) (const char *, int);
+
+ int (*create) (const char *, mode_t, struct fuse_file_info *);
};
/** Extra context that may be needed by some filesystems