X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=playlist.c;h=826280b9270ff9bc8c9a37f46e376d69a1422671;hp=95c2230bfca251040fcc5d3224de1a17926026f1;hb=1dc5f16f83fd4758d2cb3661016b3f6d3ab4b6d8;hpb=5001736840e126342209ae172c04c1328f6bea0d;ds=sidebyside diff --git a/playlist.c b/playlist.c index 95c2230b..826280b9 100644 --- a/playlist.c +++ b/playlist.c @@ -223,6 +223,15 @@ static int handle_audio_file_event(enum afs_events event, void *data) return score_add(row, 0); /* play it immediately */ } +/** + * Handle afs events relevant to playlists. + * + * \param event The event type. + * \param pb Unused. + * \param data Depends on the event type. + * + * \return Standard. + */ int playlists_event_handler(enum afs_events event, __a_unused struct para_buffer *pb, void *data) {