summaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@lavabit.com>2009-04-13 14:25:15 +0200
committerLars-Dominik Braun <PromyLOPh@lavabit.com>2009-04-13 14:25:15 +0200
commit51437f299b9c310969284c16507c028b5aa0941c (patch)
tree5af1720045be12f779916e90f681fc25132e7502 /src/ui.h
parent998cd10ac2a0148052e03471d019aafdd2e14f8c (diff)
downloadpianobar-windows-51437f299b9c310969284c16507c028b5aa0941c.tar.gz
pianobar-windows-51437f299b9c310969284c16507c028b5aa0941c.tar.bz2
pianobar-windows-51437f299b9c310969284c16507c028b5aa0941c.zip
More events added
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h3
1 files changed, 2 insertions, 1 deletions
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 */