From f458b8c07b521cfb48152e5d3344cd22989aa4ab Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 7 Dec 2004 16:46:42 +0000 Subject: cleanup --- lib/fuse_i.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/fuse_i.h') diff --git a/lib/fuse_i.h b/lib/fuse_i.h index f88dda1..f3c3076 100644 --- a/lib/fuse_i.h +++ b/lib/fuse_i.h @@ -66,7 +66,7 @@ struct fuse_operations_i { struct fuse_file_info *); union { int (*curr) (const char *, struct statfs *); - int (*compat1) (struct _fuse_statfs_compat1 *); + int (*compat1) (struct fuse_statfs_compat1 *); } statfs; int (*flush) (const char *, struct fuse_file_info *); union { -- cgit v1.2.3