summaryrefslogtreecommitdiff
path: root/apps/settings_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_list.h')
-rw-r--r--apps/settings_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings_list.h b/apps/settings_list.h
index 7f0ae6484f..36c4d8062f 100644
--- a/apps/settings_list.h
+++ b/apps/settings_list.h
@@ -100,6 +100,7 @@ struct table_setting {
100}; 100};
101#define F_TABLE_SETTING 0x2000 101#define F_TABLE_SETTING 0x2000
102#define F_ALLOW_ARBITRARY_VALS 0x4000 102#define F_ALLOW_ARBITRARY_VALS 0x4000
103#define F_CB_ON_SELECT_ONLY 0x20000
103/* these use the _isfunc_type type for the function */ 104/* these use the _isfunc_type type for the function */
104/* typedef int (*_isfunc_type)(void); */ 105/* typedef int (*_isfunc_type)(void); */
105#define F_MIN_ISFUNC 0x100000 /* min(above) is function pointer to above type */ 106#define F_MIN_ISFUNC 0x100000 /* min(above) is function pointer to above type */