summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 0b3a5b566f..cbfc48bd08 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -874,7 +874,7 @@ struct plugin_api {
874 int tag, char *buf, long size); 874 int tag, char *buf, long size);
875 void (*tagcache_search_finish)(struct tagcache_search *tcs); 875 void (*tagcache_search_finish)(struct tagcache_search *tcs);
876 long (*tagcache_get_numeric)(const struct tagcache_search *tcs, int tag); 876 long (*tagcache_get_numeric)(const struct tagcache_search *tcs, int tag);
877#ifdef HAVE_TC_RAMCACHE 877#if defined(HAVE_TC_RAMCACHE) && defined(HAVE_DIRCACHE)
878 bool (*tagcache_fill_tags)(struct mp3entry *id3, const char *filename); 878 bool (*tagcache_fill_tags)(struct mp3entry *id3, const char *filename);
879#endif 879#endif
880#endif 880#endif