summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index e916918f23..cb6990384c 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -832,7 +832,9 @@ static const struct plugin_api rockbox_api = {
832 832
833 /* new stuff at the end, sort into place next time 833 /* new stuff at the end, sort into place next time
834 the API gets incompatible */ 834 the API gets incompatible */
835#ifdef HAVE_TAGCACHE
835 tagcache_commit_finalize, 836 tagcache_commit_finalize,
837#endif
836}; 838};
837 839
838static int plugin_buffer_handle; 840static int plugin_buffer_handle;