diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index c9278c8..ea200b8 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -468,6 +468,11 @@ static const struct plugin_api rockbox_api = { #endif PREFIX(rmdir), + /* action handling */ + get_custom_action, + get_action, + action_signalscreenchange, + action_userabort, }; int plugin_load(const char* plugin, void* parameter) |