diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 6889248..b03ed31 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -606,6 +606,14 @@ static const struct plugin_api rockbox_api = { search_albumart_files, #endif + thread_thaw, + semaphore_init, + semaphore_wait, + semaphore_release, + event_init, + event_wait, + event_set_state, + /* new stuff at the end, sort into place next time the API gets incompatible */ |