From d16d6eb53869e8380ccfbe7dbc2c09d98c40ab6c Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 21 Jul 2014 17:17:03 +0200 Subject: Refactor audio player, add retry timeout Fixes #442. --- src/ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui.h') diff --git a/src/ui.h b/src/ui.h index 96ad32f..60262f8 100644 --- a/src/ui.h +++ b/src/ui.h @@ -49,7 +49,7 @@ void BarUiPrintSong (const BarSettings_t *, const PianoSong_t *, const PianoStation_t *); size_t BarUiListSongs (const BarSettings_t *, const PianoSong_t *, const char *); void BarUiStartEventCmd (const BarSettings_t *, const char *, - const PianoStation_t *, const PianoSong_t *, const struct audioPlayer *, + const PianoStation_t *, const PianoSong_t *, const player_t *, PianoStation_t *, PianoReturn_t, WaitressReturn_t); int BarUiPianoCall (BarApp_t * const, PianoRequestType_t, void *, PianoReturn_t *, WaitressReturn_t *); -- cgit v1.2.3