From c225eea4edfb8cf8ede845cc6f9b7e858aabe6e8 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 26 Feb 2011 14:44:52 +0100 Subject: Always add song to history --- src/ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui.h') diff --git a/src/ui.h b/src/ui.h index 4d4b555..adc7565 100644 --- a/src/ui.h +++ b/src/ui.h @@ -53,5 +53,6 @@ void BarUiStartEventCmd (const BarSettings_t *, const char *, PianoStation_t *, PianoReturn_t, WaitressReturn_t); int BarUiPianoCall (BarApp_t * const, PianoRequestType_t, void *, PianoReturn_t *, WaitressReturn_t *); +void BarUiHistoryPrepend (BarApp_t *app, PianoSong_t *song); #endif /* _UI_H */ -- cgit v1.2.3