mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
use correct condition for #if for tagcache_fill_tags().
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28188 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2dbe569aff
commit
55a63609ef
5 changed files with 6 additions and 4 deletions
|
@ -239,7 +239,9 @@ void tagcache_screensync_enable(bool state);
|
|||
|
||||
#ifdef HAVE_TC_RAMCACHE
|
||||
bool tagcache_is_ramcache(void);
|
||||
#ifdef HAVE_DIRCACHE
|
||||
bool tagcache_fill_tags(struct mp3entry *id3, const char *filename);
|
||||
#endif
|
||||
void tagcache_unload_ramcache(void);
|
||||
#endif
|
||||
void tagcache_init(void) INIT_ATTR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue