summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index f2964a9c45..17b3c0214a 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -810,7 +810,9 @@ static const struct plugin_api rockbox_api = {
810 queue_remove_from_head, 810 queue_remove_from_head,
811 core_set_keyremap, 811 core_set_keyremap,
812 plugin_reserve_buffer, 812 plugin_reserve_buffer,
813#ifdef HAVE_MULTIVOLUME
813 path_strip_volume, 814 path_strip_volume,
815#endif
814 sys_poweroff, 816 sys_poweroff,
815 sys_reboot, 817 sys_reboot,
816}; 818};