-rw-r--r-- | cache.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -12,3 +12,3 @@ const int NOLOCK = -1; | |||
12 | 12 | ||
13 | int cache_lookup(struct cacheitem *item) | 13 | void cache_prepare(struct cacheitem *item) |
14 | { | 14 | { |
@@ -32,2 +32,6 @@ int cache_lookup(struct cacheitem *item) | |||
32 | } | 32 | } |
33 | } | ||
34 | |||
35 | int cache_exist(struct cacheitem *item) | ||
36 | { | ||
33 | if (stat(item->name, &item->st)) { | 37 | if (stat(item->name, &item->st)) { |