summaryrefslogtreecommitdiff
path: root/apps/gui/option_select.h
diff options
context:
space:
mode:
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;