diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2015-10-23 10:27:31 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2015-10-23 10:31:25 +0200 |
commit | 436a1d4012553a2f33d0e3a5180b3b5ae0378bdd (patch) | |
tree | 984f5007600dcf9029eaf8750740e10226196af1 /src/ui.h | |
parent | af0f9d4bbff4f7a166c15df8c60ad61791740207 (diff) | |
download | pianobar-436a1d4012553a2f33d0e3a5180b3b5ae0378bdd.tar.gz pianobar-436a1d4012553a2f33d0e3a5180b3b5ae0378bdd.tar.bz2 pianobar-436a1d4012553a2f33d0e3a5180b3b5ae0378bdd.zip |
Interruptible requests
^C now works as expected: It interrupts API requests, input prompts and
audio streaming. Timeouts have been removed.
Diffstat (limited to 'src/ui.h')
-rw-r--r-- | src/ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ size_t BarUiListSongs (const BarSettings_t *, const PianoSong_t *, const char *) void BarUiStartEventCmd (const BarSettings_t *, const char *, const PianoStation_t *, const PianoSong_t *, const player_t *, PianoStation_t *, PianoReturn_t, CURLcode); -int BarUiPianoCall (BarApp_t * const, PianoRequestType_t, +bool BarUiPianoCall (BarApp_t * const, const PianoRequestType_t, void *, PianoReturn_t *, CURLcode *); void BarUiHistoryPrepend (BarApp_t *app, PianoSong_t *song); |