From ecce1bf2ff73eb37048a784df0fa97ad041c6bdd Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 25 Aug 2005 15:19:06 +0000 Subject: fix --- 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 6251158..39982dc 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -313,6 +313,8 @@ struct fuse_operations { int (*access) (const char *, int); int (*create) (const char *, mode_t, struct fuse_file_info *); + + int (*ftruncate) (const char *, off_t, struct fuse_file_info *); }; /** Extra context that may be needed by some filesystems -- cgit v1.2.3