From 7c96aa41979b1c1b0b4c582c8ac31b7ff779b737 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 17 Jul 2008 15:53:01 +0200 Subject: piano: Initial global genre stations support Pandora provides a xml list of genre stations. Read this list and insert its data into our PianoHandle tree if requested. --- libpiano/src/http.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libpiano/src/http.h') diff --git a/libpiano/src/http.h b/libpiano/src/http.h index a62be66..9c13bc9 100644 --- a/libpiano/src/http.h +++ b/libpiano/src/http.h @@ -27,5 +27,6 @@ THE SOFTWARE. PianoReturn_t PianoHttpPost (CURL *ch, char *url, char *postData, char **retData); +PianoReturn_t PianoHttpGet (CURL *ch, char *url, char **retData); #endif /* _HTTP_H */ -- cgit v1.2.3