From c2eb67bc9f913b6bb56b9e1b7b54ddc5516cee7c Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Wed, 9 Aug 2006 07:41:28 +0000 Subject: Unload tagcache from ram when entering USB mode. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10496 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagcache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/tagcache.h') diff --git a/apps/tagcache.h b/apps/tagcache.h index d5ce772904..b27d804792 100644 --- a/apps/tagcache.h +++ b/apps/tagcache.h @@ -155,6 +155,7 @@ bool tagcache_prepare_shutdown(void); #ifdef HAVE_TC_RAMCACHE bool tagcache_is_ramcache(void); bool tagcache_fill_tags(struct mp3entry *id3, const char *filename); +void tagcache_unload_ramcache(void); #endif void tagcache_init(void); bool tagcache_is_initialized(void); -- cgit v1.2.3