summaryrefslogtreecommitdiffabout
path: root/cache.c
Unidiff
Diffstat (limited to 'cache.c') (more/less context) (ignore whitespace changes)
-rw-r--r--cache.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/cache.c b/cache.c
index b034c48..0ffa502 100644
--- a/cache.c
+++ b/cache.c
@@ -12,3 +12,3 @@ const int NOLOCK = -1;
12 12
13int cache_lookup(struct cacheitem *item) 13void cache_prepare(struct cacheitem *item)
14{ 14{
@@ -32,2 +32,6 @@ int cache_lookup(struct cacheitem *item)
32 } 32 }
33}
34
35int cache_exist(struct cacheitem *item)
36{
33 if (stat(item->name, &item->st)) { 37 if (stat(item->name, &item->st)) {