From 8468900705cdaeac62430374d9bc354c732c7042 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 16 Feb 2006 17:02:25 +0000 Subject: fix --- cache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cache.c') diff --git a/cache.c b/cache.c index fae5fd4..776c778 100644 --- a/cache.c +++ b/cache.c @@ -101,7 +101,7 @@ static void cache_purge_parent(const char *path) } } -static void cache_invalidate(const char *path) +void cache_invalidate(const char *path) { pthread_mutex_lock(&cache.lock); cache_purge(path); @@ -137,7 +137,7 @@ static struct node *cache_get(const char *path) return node; } -static void cache_add_attr(const char *path, const struct stat *stbuf) +void cache_add_attr(const char *path, const struct stat *stbuf) { struct node *node; time_t now; -- cgit v1.2.3