summaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@lavabit.com>2009-05-03 19:57:20 +0200
committerLars-Dominik Braun <PromyLOPh@lavabit.com>2009-05-03 19:57:20 +0200
commit3edbc412342070bbfd1b9fe3899213912e93411b (patch)
tree9e3aa29f881bfa7281c82fe51012d778b024fcf2 /src/ui.h
parent096975db943e4422a9a0afd57d785d4f3ade97f0 (diff)
downloadpianobar-windows-3edbc412342070bbfd1b9fe3899213912e93411b.tar.gz
pianobar-windows-3edbc412342070bbfd1b9fe3899213912e93411b.tar.bz2
pianobar-windows-3edbc412342070bbfd1b9fe3899213912e93411b.zip
Switch to libwaitress
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 f7c8cc4..90b5b28 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -37,7 +37,7 @@ PianoStation_t *BarUiSelectStation (PianoHandle_t *ph, const char *prompt,
FILE *curFd);
PianoSong_t *BarUiSelectSong (PianoSong_t *startSong, FILE *curFd);
PianoArtist_t *BarUiSelectArtist (PianoArtist_t *startArtist, FILE *curFd);
-char *BarUiSelectMusicId (const PianoHandle_t *ph, FILE *curFd);
+char *BarUiSelectMusicId (PianoHandle_t *ph, FILE *curFd);
void BarStationFromGenre (PianoHandle_t *ph, FILE *curFd);
inline void BarUiPrintStation (PianoStation_t *);
inline void BarUiPrintSong (PianoSong_t *, PianoStation_t *);