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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/option_select.h b/apps/gui/option_select.h
index 7c9af4409b..866b8cf0cd 100644
--- a/apps/gui/option_select.h
+++ b/apps/gui/option_select.h
@@ -33,4 +33,5 @@ void option_select_next_val(struct settings_list *setting,
33char *option_get_valuestring(struct settings_list *setting, 33char *option_get_valuestring(struct settings_list *setting,
34 char *buffer, int buf_len, 34 char *buffer, int buf_len,
35 intptr_t temp_var); 35 intptr_t temp_var);
36void option_talk_value(const struct settings_list *setting, int value, bool enqueue);
36#endif /* _GUI_OPTION_SELECT_H_ */ 37#endif /* _GUI_OPTION_SELECT_H_ */