summaryrefslogtreecommitdiff
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 996c4bc..856d296 100644
--- a/cache.h
+++ b/cache.h
@@ -8,5 +8,6 @@
extern time_t read_cache();
extern void write_cache(time_t);
+extern const char * cache_path;
#endif /* CACHE_H */