summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 6889248402..b03ed3109a 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -606,6 +606,14 @@ static const struct plugin_api rockbox_api = {
606 search_albumart_files, 606 search_albumart_files,
607#endif 607#endif
608 608
609 thread_thaw,
610 semaphore_init,
611 semaphore_wait,
612 semaphore_release,
613 event_init,
614 event_wait,
615 event_set_state,
616
609 /* new stuff at the end, sort into place next time 617 /* new stuff at the end, sort into place next time
610 the API gets incompatible */ 618 the API gets incompatible */
611 619