From 57a490e12a69f88dda48eebaad33986d5efa58be Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 16 Dec 2005 11:15:26 +0000 Subject: fix --- cache.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cache.h') diff --git a/cache.h b/cache.h index 052c787..dba9477 100644 --- a/cache.h +++ b/cache.h @@ -7,6 +7,7 @@ */ #include +#include #ifndef FUSE_VERSION #define FUSE_VERSION (FUSE_MAJOR_VERSION * 10 + FUSE_MINOR_VERSION) @@ -19,8 +20,7 @@ typedef int (*fuse_cache_dirfil_t) (fuse_cache_dirh_t h, const char *name, struct fuse_cache_operations { struct fuse_operations oper; int (*cache_getdir) (const char *, fuse_cache_dirh_t, fuse_cache_dirfil_t); - }; struct fuse_operations *cache_init(struct fuse_cache_operations *oper); -int cache_parse_options(int *argcp, char **argv[]); +int cache_parse_options(struct fuse_args *args); -- cgit v1.2.3