]> git.cameronkatri.com Git - cgit.git/blobdiff - cache.h
ui-tree: Remove unnecessary path breadcrumb navigation
[cgit.git] / cache.h
diff --git a/cache.h b/cache.h
index 5f2178deec5f1a93b2a6b002c495dfd4f7ca478a..ac9276b5c43a410147bb63fa27565fc79d35e3f6 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -26,7 +26,12 @@ 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, ...);
 
+extern unsigned long hash_str(const char *str);
+
 #endif /* CGIT_CACHE_H */