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 a11922c889..ec16376b11 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -44,6 +44,7 @@
44#include "mp3_playback.h" 44#include "mp3_playback.h"
45#include "settings.h" 45#include "settings.h"
46#include "thread.h" 46#include "thread.h"
47#include "playlist.h"
47 48
48#ifdef PLUGIN 49#ifdef PLUGIN
49#if defined(DEBUG) || defined(SIMULATOR) 50#if defined(DEBUG) || defined(SIMULATOR)
@@ -239,7 +240,7 @@ struct plugin_api {
239 void (*mpeg_prev)(void); 240 void (*mpeg_prev)(void);
240 void (*mpeg_ff_rewind)(int newtime); 241 void (*mpeg_ff_rewind)(int newtime);
241 struct mp3entry* (*mpeg_next_track)(void); 242 struct mp3entry* (*mpeg_next_track)(void);
242 bool (*mpeg_has_changed_track)(void); 243 int (*playlist_amount)(void);
243 int (*mpeg_status)(void); 244 int (*mpeg_status)(void);
244 245
245#ifdef HAVE_LCD_BITMAP 246#ifdef HAVE_LCD_BITMAP