summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 253cfd0aab..d1a57129a5 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -346,7 +346,8 @@ struct plugin_api {
346 void (*gui_synclist_limit_scroll)(struct gui_synclist * lists, bool scroll); 346 void (*gui_synclist_limit_scroll)(struct gui_synclist * lists, bool scroll);
347 bool (*gui_synclist_do_button)(struct gui_synclist * lists, 347 bool (*gui_synclist_do_button)(struct gui_synclist * lists,
348 int *action, enum list_wrap wrap); 348 int *action, enum list_wrap wrap);
349 void (*gui_synclist_set_title)(struct gui_synclist *lists, char* title, int icon); 349 void (*gui_synclist_set_title)(struct gui_synclist *lists, char* title,
350 enum themable_icons icon);
350 enum yesno_res (*gui_syncyesno_run)(const struct text_message * main_message, 351 enum yesno_res (*gui_syncyesno_run)(const struct text_message * main_message,
351 const struct text_message * yes_message, 352 const struct text_message * yes_message,
352 const struct text_message * no_message); 353 const struct text_message * no_message);