aboutsummaryrefslogtreecommitdiff
path: root/example/null.c
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2002-12-10 12:26:00 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2002-12-10 12:26:00 +0000
commitc8ba2379a8dae3cc7a7fdeb6ee00fb95332212aa (patch)
tree8b1f359e15a795d5caef790e49637b6f457c7dcf /example/null.c
parent5e427cd2f1f312f31b998e714028580e16a86efa (diff)
added release() callback
Diffstat (limited to 'example/null.c')
-rw-r--r--example/null.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/null.c b/example/null.c
index 6b2c1b6..b712b5c 100644
--- a/example/null.c
+++ b/example/null.c
@@ -89,6 +89,7 @@ static struct fuse_operations null_oper = {
read: null_read,
write: null_write,
statfs: null_statfs,
+ release: NULL
};
int main(int argc, char *argv[])