mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Fix warble error 4cfd7cc
Change-Id: I5609a1b98e00d5560a2c6523daf6da0025e421dd
This commit is contained in:
parent
4cfd7cc77d
commit
34408af994
1 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue