diff options
Diffstat (limited to 'apps/screens.h')
-rw-r--r-- | apps/screens.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/screens.h b/apps/screens.h index bcd06655ad..1cfd7dcdcf 100644 --- a/apps/screens.h +++ b/apps/screens.h @@ -24,6 +24,7 @@ #include "config.h" #include "timefuncs.h" #include "metadata.h" +#include "playlist.h" struct screen; @@ -41,6 +42,9 @@ bool set_time_screen(const char* title, struct tm *tm, bool set_date); bool browse_id3(struct mp3entry *id3, int playlist_display_index, int playlist_amount, struct tm *modified, int track_ct); +bool browse_id3_ex(struct mp3entry *id3, struct playlist_info *playlist, + int playlist_display_index, int playlist_amount, + struct tm *modified, int track_ct); int view_runtime(void); #ifdef HAVE_TOUCHSCREEN |