From 51edb36f6bd9d119c12ef893ecc1d3541f80b00a Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 7 Jul 2008 20:48:10 +0200 Subject: piano: Handle network errors --- libpiano/src/http.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libpiano/src/http.h') diff --git a/libpiano/src/http.h b/libpiano/src/http.h index 87dc49c..a62be66 100644 --- a/libpiano/src/http.h +++ b/libpiano/src/http.h @@ -23,6 +23,9 @@ THE SOFTWARE. #ifndef _HTTP_H #define _HTTP_H -void PianoHttpPost (CURL *ch, char *url, char *postData, char **retData); +#include "piano.h" + +PianoReturn_t PianoHttpPost (CURL *ch, char *url, char *postData, + char **retData); #endif /* _HTTP_H */ -- cgit v1.2.3