From d84b39ac42882a2cc2e7f85ed5f02ada03744d9e Mon Sep 17 00:00:00 2001 From: Mark Glines Date: Mon, 7 Jan 2002 16:32:02 +0000 Subject: Added statfs support to kernel, lib, examples, and perl other minor perl fixes (still unstable) --- include/fuse.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/fuse.h') diff --git a/include/fuse.h b/include/fuse.h index bafa182..46fc87b 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -13,6 +13,7 @@ #include #include +#include #include /* ----------------------------------------------------------- * @@ -81,6 +82,7 @@ struct fuse_operations { int (*open) (const char *, int); int (*read) (const char *, char *, size_t, off_t); int (*write) (const char *, const char *, size_t, off_t); + int (*statfs) (struct statfs *); }; /** Extra context that may be needed by some filesystems */ -- cgit v1.2.3