From a28839739c62cd589b1c31e76696fd5831f84520 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 10 Jan 2012 22:49:12 +0100 Subject: getFragment does not support TLS any more MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit You can’t handle the load? Closes #202 --- src/libpiano/piano.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libpiano/piano.h') diff --git a/src/libpiano/piano.h b/src/libpiano/piano.h index 7267901..d953dec 100644 --- a/src/libpiano/piano.h +++ b/src/libpiano/piano.h @@ -24,6 +24,8 @@ THE SOFTWARE. #ifndef _PIANO_H #define _PIANO_H +#include + /* this is our public API; don't expect this api to be stable as long as * pandora does not provide a stable api * all strings _must_ be utf-8 encoded. i won't care, but pandora does. so @@ -152,6 +154,7 @@ typedef enum { typedef struct PianoRequest { PianoRequestType_t type; + bool secure; void *data; char urlPath[1024]; char *postData; -- cgit v1.2.3