summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index b060104373..12ad3c07f1 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -352,7 +352,7 @@ struct plugin_api {
352 void (*gui_synclist_limit_scroll)(struct gui_synclist * lists, bool scroll); 352 void (*gui_synclist_limit_scroll)(struct gui_synclist * lists, bool scroll);
353 bool (*gui_synclist_do_button)(struct gui_synclist * lists, 353 bool (*gui_synclist_do_button)(struct gui_synclist * lists,
354 int *action, enum list_wrap wrap); 354 int *action, enum list_wrap wrap);
355 void (*gui_synclist_set_title)(struct gui_synclist *lists, char* title, 355 void (*gui_synclist_set_title)(struct gui_synclist *lists, const char* title,
356 enum themable_icons icon); 356 enum themable_icons icon);
357 enum yesno_res (*gui_syncyesno_run)(const struct text_message * main_message, 357 enum yesno_res (*gui_syncyesno_run)(const struct text_message * main_message,
358 const struct text_message * yes_message, 358 const struct text_message * yes_message,