summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index f79fb9d09e..60d5245f1b 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -248,6 +248,7 @@ enum optiontype { INT, BOOL };
248 248
249const struct settings_list* find_setting(const void* variable, int *id); 249const struct settings_list* find_setting(const void* variable, int *id);
250bool cfg_int_to_string(int setting_id, int val, char* buf, int buf_len); 250bool cfg_int_to_string(int setting_id, int val, char* buf, int buf_len);
251bool cfg_to_string(int setting_id, char* buf, int buf_len);
251bool set_bool_options(const char* string, const bool* variable, 252bool set_bool_options(const char* string, const bool* variable,
252 const char* yes_str, int yes_voice, 253 const char* yes_str, int yes_voice,
253 const char* no_str, int no_voice, 254 const char* no_str, int no_voice,