diff options
Diffstat (limited to 'src/ui.h')
-rw-r--r-- | src/ui.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 */ |