diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index af06a4c..f9179f3 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -792,6 +792,11 @@ static const struct plugin_api rockbox_api = { #endif rbversion, + root_menu_get_options, + root_menu_set_default, + root_menu_write_to_cfg, + root_menu_load_from_cfg, + settings_save, /* new stuff at the end, sort into place next time the API gets incompatible */ |