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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/gui/option_select.h b/apps/gui/option_select.h
index bb609346a3..8b43af1e5a 100644
--- a/apps/gui/option_select.h
+++ b/apps/gui/option_select.h
@@ -69,4 +69,10 @@ extern void option_select_next(struct option_select * opt);
69extern void option_select_prev(struct option_select * opt); 69extern void option_select_prev(struct option_select * opt);
70 70
71 71
72
73void option_select_next_val(struct settings_list *setting,
74 bool previous, bool apply);
75char *option_get_valuestring(struct settings_list *setting,
76 char *buffer, int buf_len,
77 intptr_t temp_var);
72#endif /* _GUI_OPTION_SELECT_H_ */ 78#endif /* _GUI_OPTION_SELECT_H_ */