summaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
authorMichał Cichoń <michcic@gmail.com>2015-08-26 19:16:08 +0200
committerMichał Cichoń <michcic@gmail.com>2015-08-26 19:23:57 +0200
commit0ac2b95a1381dbed028058285529738a16466250 (patch)
tree83e9787d5e3834260598c6a4d3390d440a1104c2 /src/ui.h
parentec8b31516e7f18dba73fcdf212b0353ddbef97f9 (diff)
downloadpianobar-windows-0ac2b95a1381dbed028058285529738a16466250.tar.gz
pianobar-windows-0ac2b95a1381dbed028058285529738a16466250.tar.bz2
pianobar-windows-0ac2b95a1381dbed028058285529738a16466250.zip
Drop curl in favor of WinHTTP
Abstract out HTTP comunication and replace libcurl with WinHTTP.
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui.h b/src/ui.h
index 67b6155..c9b3d70 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -49,9 +49,9 @@ void BarUiPrintSong (const BarSettings_t *, const PianoSong_t *,
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 player2_t * const,
- PianoStation_t *, PianoReturn_t, CURLcode);
+ PianoStation_t *, PianoReturn_t);
int BarUiPianoCall (BarApp_t * const, PianoRequestType_t,
- void *, PianoReturn_t *, CURLcode *);
+ void *, PianoReturn_t *);
void BarUiHistoryPrepend (BarApp_t *app, PianoSong_t *song);
#endif /* SRC_UI_H_46P20TS0 */