aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2006-02-16 17:02:25 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2006-02-16 17:02:25 +0000
commit8468900705cdaeac62430374d9bc354c732c7042 (patch)
tree9a1723c9cde5cc3ee17ba5aa0ef41a3c81736b4b /cache.h
parentb60a970602a276854ca7c0bebd4f0863909872fb (diff)
downloadsshfs-8468900705cdaeac62430374d9bc354c732c7042.tar
sshfs-8468900705cdaeac62430374d9bc354c732c7042.tar.gz
sshfs-8468900705cdaeac62430374d9bc354c732c7042.tar.bz2
sshfs-8468900705cdaeac62430374d9bc354c732c7042.zip
fix
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h2
1 files changed, 2 insertions, 0 deletions
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);