From c8ba2379a8dae3cc7a7fdeb6ee00fb95332212aa Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 10 Dec 2002 12:26:00 +0000 Subject: added release() callback --- example/hello.c | 1 + 1 file changed, 1 insertion(+) (limited to 'example/hello.c') 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[]) -- cgit v1.2.3