summaryrefslogtreecommitdiff
path: root/apps/tagcache.h
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2006-08-09 07:41:28 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2006-08-09 07:41:28 +0000
commitc2eb67bc9f913b6bb56b9e1b7b54ddc5516cee7c (patch)
tree4bc8c9e37c22f5e5b58ca85c19c6bd3fe0361000 /apps/tagcache.h
parent29b9146aa78568a3e8a4969708856c82b695004a (diff)
downloadrockbox-c2eb67bc9f913b6bb56b9e1b7b54ddc5516cee7c.tar.gz
rockbox-c2eb67bc9f913b6bb56b9e1b7b54ddc5516cee7c.zip
Unload tagcache from ram when entering USB mode.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10496 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r--apps/tagcache.h1
1 files changed, 1 insertions, 0 deletions
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);
155#ifdef HAVE_TC_RAMCACHE 155#ifdef HAVE_TC_RAMCACHE
156bool tagcache_is_ramcache(void); 156bool tagcache_is_ramcache(void);
157bool tagcache_fill_tags(struct mp3entry *id3, const char *filename); 157bool tagcache_fill_tags(struct mp3entry *id3, const char *filename);
158void tagcache_unload_ramcache(void);
158#endif 159#endif
159void tagcache_init(void); 160void tagcache_init(void);
160bool tagcache_is_initialized(void); 161bool tagcache_is_initialized(void);