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 af06a4c484..f9179f3f08 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -792,6 +792,11 @@ static const struct plugin_api rockbox_api = {
792#endif 792#endif
793 793
794 rbversion, 794 rbversion,
795 root_menu_get_options,
796 root_menu_set_default,
797 root_menu_write_to_cfg,
798 root_menu_load_from_cfg,
799 settings_save,
795 800
796 /* new stuff at the end, sort into place next time 801 /* new stuff at the end, sort into place next time
797 the API gets incompatible */ 802 the API gets incompatible */