From 9cd5c3e1195d872cbac2e8744bac5430490f6636 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Mon, 10 Jul 2006 16:22:03 +0000 Subject: Tagcache update: Support removal of entries and no longer the need for dircache to load tagcache in ram (however, dircache with tagcache is still strongly recommended). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10192 a1c6a512-1295-4272-9138-f99709370657 --- firmware/include/dircache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/include') diff --git a/firmware/include/dircache.h b/firmware/include/dircache.h index 6c214a9073..f6bc153faf 100644 --- a/firmware/include/dircache.h +++ b/firmware/include/dircache.h @@ -85,6 +85,7 @@ int dircache_save(const char *path); int dircache_build(int last_size); void* dircache_steal_buffer(long *size); bool dircache_is_enabled(void); +bool dircache_is_initializing(void); int dircache_get_entry_count(void); int dircache_get_cache_size(void); int dircache_get_reserve_used(void); -- cgit v1.2.3