aboutsummaryrefslogtreecommitdiff
path: root/example/hello.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/hello.c
parent5e427cd2f1f312f31b998e714028580e16a86efa (diff)
added release() callback
Diffstat (limited to 'example/hello.c')
-rw-r--r--example/hello.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/hello.c b/example/hello.c
index be8930e..cd8fb5d 100644
--- a/example/hello.c
+++ b/example/hello.c
@@ -86,6 +86,7 @@ static struct fuse_operations hello_oper = {
read: hello_read,
write: NULL,
statfs: NULL,
+ release: NULL
};
int main(int argc, char *argv[])