aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index 1466a1b..0f9d4f4 100644
--- a/cache.h
+++ b/cache.h
@@ -19,3 +19,4 @@ struct fuse_cache_operations {
};
struct fuse_operations *cache_init(struct fuse_cache_operations *oper);
+int cache_parse_options(int *argcp, char *argv[]);