From cfd0ed185c7b9bbcef04e84ef41074d054ca8cd0 Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Fri, 19 Jul 2013 20:10:14 +0200 Subject: type for picohttpResponseWrite changed to void const * --- picohttp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'picohttp.h') diff --git a/picohttp.h b/picohttp.h index 644761f..83cb5f2 100644 --- a/picohttp.h +++ b/picohttp.h @@ -170,7 +170,7 @@ int picohttpResponseSendHeader ( int picohttpResponseWrite ( struct picohttpRequest * const req, size_t len, - char const *buf ); + void const *buf ); int picohttpGetch(struct picohttpRequest * const req); -- cgit v1.2.3