forked from len0rd/rockbox
Move audio_peek_track declaration from skin_display.c to audio.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25670 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9c3dc70af5
commit
44454c3203
2 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,6 @@ static void draw_progressbar(struct gui_wps *gwps,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool audio_peek_track(struct mp3entry** id3, int offset);
|
|
||||||
static void draw_playlist_viewer_list(struct gui_wps *gwps,
|
static void draw_playlist_viewer_list(struct gui_wps *gwps,
|
||||||
struct playlistviewer *viewer)
|
struct playlistviewer *viewer)
|
||||||
{
|
{
|
||||||
|
|
|
@ -65,6 +65,7 @@ void audio_ff_rewind(long newpos);
|
||||||
void audio_flush_and_reload_tracks(void);
|
void audio_flush_and_reload_tracks(void);
|
||||||
struct mp3entry* audio_current_track(void);
|
struct mp3entry* audio_current_track(void);
|
||||||
struct mp3entry* audio_next_track(void);
|
struct mp3entry* audio_next_track(void);
|
||||||
|
bool audio_peek_track(struct mp3entry** id3, int offset);
|
||||||
#ifdef HAVE_DISK_STORAGE
|
#ifdef HAVE_DISK_STORAGE
|
||||||
void audio_set_buffer_margin(int setting);
|
void audio_set_buffer_margin(int setting);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue