X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/763d5e6ad88ef3ba1cd1d7742d060e4f1e54c6b8..ec6f84883b0a6d69bf01ae972f1adbe74a36f361:/lib/cache.h diff --git a/lib/cache.h b/lib/cache.h index 7a49fd9..48aba1c 100644 --- a/lib/cache.h +++ b/lib/cache.h @@ -41,6 +41,9 @@ void cache_expire(void); void cache_clean(const struct cache_type *type); /* Clean all elements of a particular type, or all elements if TYPE=0 */ +size_t cache_count(void); +/* Return the size of the cache */ + #endif /* CACHE_H */ /*