aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/fuse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse.h b/include/fuse.h
index f92914f..30d5f80 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -102,7 +102,7 @@ struct fuse_operations {
int (*read) (const char *, char *, size_t, off_t);
int (*write) (const char *, const char *, size_t, off_t);
int (*statfs) (struct fuse_statfs *);
- int (*release) (const char *);
+ int (*release) (const char *, int);
};
/** Extra context that may be needed by some filesystems */