summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c3
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 = {
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 path_strip_volume,
814 sys_poweroff,
815 sys_reboot,
813}; 816};
814 817
815static int plugin_buffer_handle; 818static int plugin_buffer_handle;