summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2014-07-21 17:17:03 +0200
committerLars-Dominik Braun <lars@6xq.net>2014-07-21 17:17:03 +0200
commitd16d6eb53869e8380ccfbe7dbc2c09d98c40ab6c (patch)
treef7bb0a9b5b1ff9a99082e69aa5ecf9d171acc274 /src/ui.c
parent8172003638eb2e5bb38e9a98be0f86a0c6e1cf1f (diff)
downloadpianobar-d16d6eb53869e8380ccfbe7dbc2c09d98c40ab6c.tar.gz
pianobar-d16d6eb53869e8380ccfbe7dbc2c09d98c40ab6c.tar.bz2
pianobar-d16d6eb53869e8380ccfbe7dbc2c09d98c40ab6c.zip
Refactor audio player, add retry timeout
Fixes #442.
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.c b/src/ui.c
index 5d5b816..6259ba1 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -684,7 +684,7 @@ size_t BarUiListSongs (const BarSettings_t *settings,
*/
void BarUiStartEventCmd (const BarSettings_t *settings, const char *type,
const PianoStation_t *curStation, const PianoSong_t *curSong,
- const struct audioPlayer *player, PianoStation_t *stations,
+ const player_t * const player, PianoStation_t *stations,
PianoReturn_t pRet, WaitressReturn_t wRet) {
pid_t chld;
int pipeFd[2];