summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 2db38eda4c..9e0386f001 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -569,6 +569,7 @@ struct plugin_api {
569 /* options */ 569 /* options */
570 const struct settings_list* (*find_setting)(const void* variable, int *id); 570 const struct settings_list* (*find_setting)(const void* variable, int *id);
571 bool (*option_screen)(struct settings_list *setting, 571 bool (*option_screen)(struct settings_list *setting,
572 struct viewport parent[NB_SCREENS],
572 bool use_temp_var, unsigned char* option_title); 573 bool use_temp_var, unsigned char* option_title);
573 bool (*set_option)(const char* string, const void* variable, 574 bool (*set_option)(const char* string, const void* variable,
574 enum optiontype type, const struct opt_items* options, 575 enum optiontype type, const struct opt_items* options,