1
0
Fork 0
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:
Jens Arnold 2005-08-18 06:05:15 +00:00
parent 363bc490ff
commit a88d076ac4
3 changed files with 6 additions and 6 deletions

View file

@ -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,