summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 21f6d178ea..bc1e8cbb7a 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -601,8 +601,10 @@ static const struct plugin_api rockbox_api = {
601#endif 601#endif
602 602
603 /* new stuff at the end, sort into place next time 603 /* new stuff at the end, sort into place next time
604 the API gets incompatible */ 604 the API gets incompatible */
605 605#ifdef HAVE_TAGCACHE
606 tagcache_get_numeric,
607#endif
606}; 608};
607 609
608int plugin_load(const char* plugin, const void* parameter) 610int plugin_load(const char* plugin, const void* parameter)