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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_list.h b/apps/settings_list.h
index c3a8cbaf3e..326effdc40 100644
--- a/apps/settings_list.h
+++ b/apps/settings_list.h
@@ -139,7 +139,7 @@ struct settings_list {
139 const struct table_setting *table_setting; /* F_TABLE_SETTING */ 139 const struct table_setting *table_setting; /* F_TABLE_SETTING */
140 }; 140 };
141}; 141};
142 142const struct settings_list* get_settings_list(int*count);
143#ifndef PLUGIN 143#ifndef PLUGIN
144/* not needed for plugins and just causes compile error, 144/* not needed for plugins and just causes compile error,
145 possibly fix proberly later */ 145 possibly fix proberly later */