summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index f0667b7e9d..feba0f2cfc 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -669,10 +669,13 @@ static const struct plugin_api rockbox_api = {
669 tagcache_retrieve, 669 tagcache_retrieve,
670 tagcache_search_finish, 670 tagcache_search_finish,
671 tagcache_get_numeric, 671 tagcache_get_numeric,
672#if defined(HAVE_TC_RAMCACHE) && defined(HAVE_DIRCACHE) 672 tagcache_get_stat,
673#if defined(HAVE_TC_RAMCACHE)
674 tagcache_is_in_ram,
675#if defined(HAVE_DIRCACHE)
673 tagcache_fill_tags, 676 tagcache_fill_tags,
674#endif 677#endif
675 tagcache_get_stat, 678#endif
676#endif /* HAVE_TAGCACHE */ 679#endif /* HAVE_TAGCACHE */
677 680
678#ifdef HAVE_ALBUMART 681#ifdef HAVE_ALBUMART
@@ -820,11 +823,6 @@ static const struct plugin_api rockbox_api = {
820 823
821 /* new stuff at the end, sort into place next time 824 /* new stuff at the end, sort into place next time
822 the API gets incompatible */ 825 the API gets incompatible */
823#ifdef HAVE_TAGCACHE
824#ifdef HAVE_TC_RAMCACHE
825 tagcache_is_in_ram,
826#endif
827#endif
828}; 826};
829 827
830static int plugin_buffer_handle; 828static int plugin_buffer_handle;