diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2011-10-22 16:34:48 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2011-10-22 16:34:48 +0200 |
commit | ba60fbc4274e85fb63d373207f525aa57bc75eb3 (patch) | |
tree | a8ccff14797158942c72f4fbbbf8e37cd8377fbd /src/ui.h | |
parent | 55d6eb4c91a994bc83560a27296329a6ce0d2329 (diff) | |
download | pianobar-ba60fbc4274e85fb63d373207f525aa57bc75eb3.tar.gz pianobar-ba60fbc4274e85fb63d373207f525aa57bc75eb3.tar.bz2 pianobar-ba60fbc4274e85fb63d373207f525aa57bc75eb3.zip |
Support seed stations
Fixes #165
Diffstat (limited to 'src/ui.h')
-rw-r--r-- | src/ui.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,7 +36,8 @@ THE SOFTWARE. typedef void (*BarUiSelectStationCallback_t) (BarApp_t *app, char *buf); void BarUiMsg (const BarSettings_t *, const BarUiMsg_t, const char *, ...); -PianoStation_t *BarUiSelectStation (BarApp_t *, const char *, BarUiSelectStationCallback_t); +PianoStation_t *BarUiSelectStation (BarApp_t *, PianoStation_t *, const char *, + BarUiSelectStationCallback_t); PianoSong_t *BarUiSelectSong (const BarSettings_t *, PianoSong_t *, BarReadlineFds_t *); PianoArtist_t *BarUiSelectArtist (BarApp_t *, PianoArtist_t *); |