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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/gui/option_select.h b/apps/gui/option_select.h
index c6a5e196f0..f667993781 100644
--- a/apps/gui/option_select.h
+++ b/apps/gui/option_select.h
@@ -77,7 +77,9 @@ extern void option_select_init_items(struct option_select * opt,
77 * - buffer : a buffer to eventually format the option 77 * - buffer : a buffer to eventually format the option
78 * Returns the selected option 78 * Returns the selected option
79 */ 79 */
80extern const char * option_select_get_text(struct option_select * opt, char * buffer); 80extern const char * option_select_get_text(struct option_select * opt,
81 char * buffer,
82 int buffersize);
81 83
82/* 84/*
83 * Selects the next value 85 * Selects the next value