forked from len0rd/rockbox
Preparation for runtimedb hookup on archos: don't pass software playback system specific structures.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7345 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
363bc490ff
commit
a88d076ac4
3 changed files with 6 additions and 6 deletions
|
|
@ -66,7 +66,7 @@ struct track_info {
|
|||
};
|
||||
|
||||
/* Functions */
|
||||
void audio_set_track_changed_event(void (*handler)(struct track_info *ti));
|
||||
void audio_set_track_changed_event(void (*handler)(struct mp3entry *id3));
|
||||
void audio_set_track_buffer_event(void (*handler)(struct mp3entry *id3,
|
||||
bool last_track));
|
||||
void audio_set_track_unbuffer_event(void (*handler)(struct mp3entry *id3,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue