summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index c9278c8897..ea200b84ad 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -468,6 +468,11 @@ static const struct plugin_api rockbox_api = {
468#endif 468#endif
469 469
470 PREFIX(rmdir), 470 PREFIX(rmdir),
471 /* action handling */
472 get_custom_action,
473 get_action,
474 action_signalscreenchange,
475 action_userabort,
471}; 476};
472 477
473int plugin_load(const char* plugin, void* parameter) 478int plugin_load(const char* plugin, void* parameter)