summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 8954373d23..fdcf3c2afa 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -128,12 +128,12 @@ void* plugin_get_buffer(size_t *buffer_size);
128#define PLUGIN_MAGIC 0x526F634B /* RocK */ 128#define PLUGIN_MAGIC 0x526F634B /* RocK */
129 129
130/* increase this every time the api struct changes */ 130/* increase this every time the api struct changes */
131#define PLUGIN_API_VERSION 146 131#define PLUGIN_API_VERSION 147
132 132
133/* update this to latest version if a change to the api struct breaks 133/* update this to latest version if a change to the api struct breaks
134 backwards compatibility (and please take the opportunity to sort in any 134 backwards compatibility (and please take the opportunity to sort in any
135 new function which are "waiting" at the end of the function table) */ 135 new function which are "waiting" at the end of the function table) */
136#define PLUGIN_MIN_API_VERSION 146 136#define PLUGIN_MIN_API_VERSION 147
137 137
138/* plugin return codes */ 138/* plugin return codes */
139enum plugin_status { 139enum plugin_status {
@@ -588,7 +588,6 @@ struct plugin_api {
588 void (*audio_ff_rewind)(long newtime); 588 void (*audio_ff_rewind)(long newtime);
589 struct mp3entry* (*audio_next_track)(void); 589 struct mp3entry* (*audio_next_track)(void);
590 int (*audio_status)(void); 590 int (*audio_status)(void);
591 bool (*audio_has_changed_track)(void);
592 struct mp3entry* (*audio_current_track)(void); 591 struct mp3entry* (*audio_current_track)(void);
593 void (*audio_flush_and_reload_tracks)(void); 592 void (*audio_flush_and_reload_tracks)(void);
594 int (*audio_get_file_pos)(void); 593 int (*audio_get_file_pos)(void);