summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c4
1 files changed, 3 insertions, 1 deletions
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 @@
32#include "powermgmt.h" 32#include "powermgmt.h"
33#include "splash.h" 33#include "splash.h"
34#include "logf.h" 34#include "logf.h"
35#include "option_select.h"
35 36
36#if CONFIG_CHARGING 37#if CONFIG_CHARGING
37#include "power.h" 38#include "power.h"
@@ -318,7 +319,6 @@ static const struct plugin_api rockbox_api = {
318 sound_default, 319 sound_default,
319#endif 320#endif
320 sound_set, 321 sound_set,
321 set_sound,
322 322
323 sound_min, 323 sound_min,
324 sound_max, 324 sound_max,
@@ -405,6 +405,8 @@ static const struct plugin_api rockbox_api = {
405 &statusbars, 405 &statusbars,
406 gui_syncstatusbar_draw, 406 gui_syncstatusbar_draw,
407 /* options */ 407 /* options */
408 find_setting,
409 option_screen,
408 set_option, 410 set_option,
409 set_bool_options, 411 set_bool_options,
410 set_int, 412 set_int,