summaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2012-05-02 17:33:12 +0200
committerLars-Dominik Braun <lars@6xq.net>2012-05-02 17:33:32 +0200
commit22e725f545548e6b9583644987e82cb1e3b7ae1f (patch)
treeea45e621f7349ceef9081ab163c11f79265b4d78 /src/ui.h
parent951d6206f2837d5985899c5b974690e0076b68c5 (diff)
downloadpianobar-22e725f545548e6b9583644987e82cb1e3b7ae1f.tar.gz
pianobar-22e725f545548e6b9583644987e82cb1e3b7ae1f.tar.bz2
pianobar-22e725f545548e6b9583644987e82cb1e3b7ae1f.zip
Really delete seed suggestions
There does not seem to be an API call for that.
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.h b/src/ui.h
index 08dcca0..ddef633 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -43,7 +43,7 @@ PianoStation_t *BarUiSelectStation (BarApp_t *, PianoStation_t *, const char *,
PianoSong_t *BarUiSelectSong (const BarSettings_t *, PianoSong_t *,
BarReadlineFds_t *);
PianoArtist_t *BarUiSelectArtist (BarApp_t *, PianoArtist_t *);
-char *BarUiSelectMusicId (BarApp_t *, PianoStation_t *, PianoSong_t *, const char *);
+char *BarUiSelectMusicId (BarApp_t *, PianoStation_t *, const char *);
void BarStationFromGenre (BarApp_t *);
void BarUiPrintStation (const BarSettings_t *, PianoStation_t *);
void BarUiPrintSong (const BarSettings_t *, const PianoSong_t *,