summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 20e3a71595..81c069666a 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -132,12 +132,12 @@ void* plugin_get_buffer(size_t *buffer_size);
132#define PLUGIN_MAGIC 0x526F634B /* RocK */ 132#define PLUGIN_MAGIC 0x526F634B /* RocK */
133 133
134/* increase this every time the api struct changes */ 134/* increase this every time the api struct changes */
135#define PLUGIN_API_VERSION 130 135#define PLUGIN_API_VERSION 131
136 136
137/* update this to latest version if a change to the api struct breaks 137/* update this to latest version if a change to the api struct breaks
138 backwards compatibility (and please take the opportunity to sort in any 138 backwards compatibility (and please take the opportunity to sort in any
139 new function which are "waiting" at the end of the function table) */ 139 new function which are "waiting" at the end of the function table) */
140#define PLUGIN_MIN_API_VERSION 130 140#define PLUGIN_MIN_API_VERSION 131
141 141
142/* plugin return codes */ 142/* plugin return codes */
143enum plugin_status { 143enum plugin_status {
@@ -714,7 +714,7 @@ struct plugin_api {
714#endif 714#endif
715#ifdef HAVE_LCD_BITMAP 715#ifdef HAVE_LCD_BITMAP
716 int (*read_bmp_file)(const char* filename, struct bitmap *bm, int maxsize, 716 int (*read_bmp_file)(const char* filename, struct bitmap *bm, int maxsize,
717 int format); 717 int format, const struct custom_format *cformat);
718 void (*screen_dump_set_hook)(void (*hook)(int fh)); 718 void (*screen_dump_set_hook)(void (*hook)(int fh));
719#endif 719#endif
720 int (*show_logo)(void); 720 int (*show_logo)(void);