summaryrefslogtreecommitdiff
path: root/apps/gui/option_select.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-07-11 05:41:23 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-07-11 05:41:23 +0000
commita5278fa3db2582c49d04507b31bd08405df5adb7 (patch)
tree853ffc4e0967b37b808320f99260e56e3ecdfdd4 /apps/gui/option_select.h
parent50dc0cabe3bfa3aeee1cba40d1e31c69a073227f (diff)
downloadrockbox-a5278fa3db2582c49d04507b31bd08405df5adb7.tar.gz
rockbox-a5278fa3db2582c49d04507b31bd08405df5adb7.zip
Rearrange and cleanup settings code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13851 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/option_select.h')
-rw-r--r--apps/gui/option_select.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/option_select.h b/apps/gui/option_select.h
index e2ae31a848..8fc19db82d 100644
--- a/apps/gui/option_select.h
+++ b/apps/gui/option_select.h
@@ -21,6 +21,8 @@
21#define _GUI_OPTION_SELECT_H_ 21#define _GUI_OPTION_SELECT_H_
22#include "settings.h" 22#include "settings.h"
23 23
24bool option_screen(struct settings_list *setting, bool use_temp_var);
25
24struct option_select 26struct option_select
25{ 27{
26 const char * title; 28 const char * title;