From 8468900705cdaeac62430374d9bc354c732c7042 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 16 Feb 2006 17:02:25 +0000 Subject: fix --- cache.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cache.h') diff --git a/cache.h b/cache.h index dba9477..3a121fc 100644 --- a/cache.h +++ b/cache.h @@ -24,3 +24,5 @@ struct fuse_cache_operations { struct fuse_operations *cache_init(struct fuse_cache_operations *oper); int cache_parse_options(struct fuse_args *args); +void cache_add_attr(const char *path, const struct stat *stbuf); +void cache_invalidate(const char *path); -- cgit v1.2.3