aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache.h b/cache.h
index 7aef742..64df843 100644
--- a/cache.h
+++ b/cache.h
@@ -9,7 +9,7 @@
#include <fuse.h>
#include <fuse_opt.h>
-struct fuse_operations *cache_init(struct fuse_operations *oper);
+struct fuse_operations *cache_wrap(struct fuse_operations *oper);
int cache_parse_options(struct fuse_args *args);
void cache_add_attr(const char *path, const struct stat *stbuf, uint64_t wrctr);
void cache_invalidate(const char *path);