diff options
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r-- | apps/tagcache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h index 15b4251ddc..b52da76a0f 100644 --- a/apps/tagcache.h +++ b/apps/tagcache.h | |||
@@ -239,7 +239,9 @@ void tagcache_screensync_enable(bool state); | |||
239 | 239 | ||
240 | #ifdef HAVE_TC_RAMCACHE | 240 | #ifdef HAVE_TC_RAMCACHE |
241 | bool tagcache_is_ramcache(void); | 241 | bool tagcache_is_ramcache(void); |
242 | #ifdef HAVE_DIRCACHE | ||
242 | bool tagcache_fill_tags(struct mp3entry *id3, const char *filename); | 243 | bool tagcache_fill_tags(struct mp3entry *id3, const char *filename); |
244 | #endif | ||
243 | void tagcache_unload_ramcache(void); | 245 | void tagcache_unload_ramcache(void); |
244 | #endif | 246 | #endif |
245 | void tagcache_init(void) INIT_ATTR; | 247 | void tagcache_init(void) INIT_ATTR; |