chiark / gitweb /
start on doxygenization of guts
[disorder] / lib / cache.h
index 7a49fd9079df1bf96fda5b18f7d6bae386e868d4..48aba1c80e88a61eed830ab446c88df344e4d0e4 100644 (file)
@@ -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 */
 
 /*