From 51437f299b9c310969284c16507c028b5aa0941c Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 13 Apr 2009 14:25:15 +0200 Subject: More events added --- src/ui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ui.h') diff --git a/src/ui.h b/src/ui.h index 4206983..f7c8cc4 100644 --- a/src/ui.h +++ b/src/ui.h @@ -42,6 +42,7 @@ void BarStationFromGenre (PianoHandle_t *ph, FILE *curFd); inline void BarUiPrintStation (PianoStation_t *); inline void BarUiPrintSong (PianoSong_t *, PianoStation_t *); void BarUiStartEventCmd (const BarSettings_t *settings, const char *type, - const PianoStation_t *curStation, const PianoSong_t *curSong); + const PianoStation_t *curStation, const PianoSong_t *curSong, + PianoReturn_t); #endif /* _UI_H */ -- cgit v1.2.3