From da587f1423529e6daae07bc4ff604ab5d6132942 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 5 May 2011 17:21:56 +0200 Subject: Replace generic "search for artist/title" message Closes #115 --- src/ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui.h') diff --git a/src/ui.h b/src/ui.h index 4489c71..32f075a 100644 --- a/src/ui.h +++ b/src/ui.h @@ -42,7 +42,7 @@ PianoStation_t *BarUiSelectStation (PianoHandle_t *, const char *, PianoSong_t *BarUiSelectSong (const BarSettings_t *, PianoSong_t *, BarReadlineFds_t *); PianoArtist_t *BarUiSelectArtist (PianoArtist_t *, BarReadlineFds_t *); -char *BarUiSelectMusicId (BarApp_t *, char *); +char *BarUiSelectMusicId (BarApp_t *, char *, const char *); void BarStationFromGenre (BarApp_t *); void BarUiPrintStation (PianoStation_t *); void BarUiPrintSong (const BarSettings_t *, const PianoSong_t *, -- cgit v1.2.3