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/null.c | 1 + 1 file changed, 1 insertion(+) (limited to 'example/null.c') 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[]) -- cgit v1.2.3