summaryrefslogtreecommitdiffstats
path: root/apps/screens.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.h')
-rw-r--r--apps/screens.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/screens.h b/apps/screens.h
index 1cfd7dcdcf..c3925f8ebc 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -24,7 +24,9 @@
#include "config.h"
#include "timefuncs.h"
#include "metadata.h"
+#ifndef WARBLE
#include "playlist.h"
+#endif
struct screen;
@@ -40,11 +42,13 @@ int mmc_remove_request(void);
bool set_time_screen(const char* title, struct tm *tm, bool set_date);
#endif
-bool browse_id3(struct mp3entry *id3, int playlist_display_index, int playlist_amount,
- struct tm *modified, int track_ct);
+#ifndef WARBLE
bool browse_id3_ex(struct mp3entry *id3, struct playlist_info *playlist,
int playlist_display_index, int playlist_amount,
struct tm *modified, int track_ct);
+#endif
+bool browse_id3(struct mp3entry *id3, int playlist_display_index, int playlist_amount,
+ struct tm *modified, int track_ct);
int view_runtime(void);
#ifdef HAVE_TOUCHSCREEN