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, 1 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 55ebd5a83e..7994f51abd 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -117,7 +117,7 @@
117/* update this to latest version if a change to the api struct breaks 117/* update this to latest version if a change to the api struct breaks
118 backwards compatibility (and please take the opportunity to sort in any 118 backwards compatibility (and please take the opportunity to sort in any
119 new function which are "waiting" at the end of the function table) */ 119 new function which are "waiting" at the end of the function table) */
120#define PLUGIN_MIN_API_VERSION 76 120#define PLUGIN_MIN_API_VERSION 79
121 121
122/* plugin return codes */ 122/* plugin return codes */
123enum plugin_status { 123enum plugin_status {
@@ -279,7 +279,6 @@ struct plugin_api {
279 void (*gui_synclist_add_item)(struct gui_synclist * lists); 279 void (*gui_synclist_add_item)(struct gui_synclist * lists);
280 void (*gui_synclist_del_item)(struct gui_synclist * lists); 280 void (*gui_synclist_del_item)(struct gui_synclist * lists);
281 void (*gui_synclist_limit_scroll)(struct gui_synclist * lists, bool scroll); 281 void (*gui_synclist_limit_scroll)(struct gui_synclist * lists, bool scroll);
282 void (*gui_synclist_flash)(struct gui_synclist * lists);
283 bool (*gui_synclist_do_button)(struct gui_synclist * lists, 282 bool (*gui_synclist_do_button)(struct gui_synclist * lists,
284 unsigned *action, enum list_wrap wrap); 283 unsigned *action, enum list_wrap wrap);
285 void (*gui_synclist_set_title)(struct gui_synclist *lists, char* title, int icon); 284 void (*gui_synclist_set_title)(struct gui_synclist *lists, char* title, int icon);