From a5278fa3db2582c49d04507b31bd08405df5adb7 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 11 Jul 2007 05:41:23 +0000 Subject: Rearrange and cleanup settings code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13851 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index e81ae25ed1..793114539e 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -32,6 +32,7 @@ #include "powermgmt.h" #include "splash.h" #include "logf.h" +#include "option_select.h" #if CONFIG_CHARGING #include "power.h" @@ -318,7 +319,6 @@ static const struct plugin_api rockbox_api = { sound_default, #endif sound_set, - set_sound, sound_min, sound_max, @@ -405,6 +405,8 @@ static const struct plugin_api rockbox_api = { &statusbars, gui_syncstatusbar_draw, /* options */ + find_setting, + option_screen, set_option, set_bool_options, set_int, -- cgit v1.2.3