diff options
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index e0766e47bf..f2964a9c45 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -810,6 +810,9 @@ static const struct plugin_api rockbox_api = { queue_remove_from_head, core_set_keyremap, plugin_reserve_buffer, + path_strip_volume, + sys_poweroff, + sys_reboot, }; static int plugin_buffer_handle; |