]> git.cameronkatri.com Git - cgit.git/blobdiff - cache.h
Make all tags viewable
[cgit.git] / cache.h
diff --git a/cache.h b/cache.h
index 5f2178deec5f1a93b2a6b002c495dfd4f7ca478a..66cc41fee4b925e482bd62a937110b5a79d71b1f 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -26,6 +26,9 @@ extern int cache_process(int size, const char *path, const char *key, int ttl,
                         cache_fill_fn fn, void *cbdata);
 
 
+/* List info about all cache entries on stdout */
+extern int cache_ls(const char *path);
+
 /* Print a message to stdout */
 extern void cache_log(const char *format, ...);