aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2002-12-11 09:50:26 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2002-12-11 09:50:26 +0000
commit9478e86a5487b7f0b5ce4c4d7f4d7a9283562058 (patch)
tree389cbc136a90786b6f9551a6a4aff09bbd1abbae /include/fuse.h
parent40b9a5afdd441ccb51af3cbeecf4502a43ff1192 (diff)
downloadlibfuse-9478e86a5487b7f0b5ce4c4d7f4d7a9283562058.tar.gz
release() changes
Diffstat (limited to 'include/fuse.h')
-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 */