aboutsummaryrefslogtreecommitdiff
path: root/picohttp.h
diff options
context:
space:
mode:
Diffstat (limited to 'picohttp.h')
-rw-r--r--picohttp.h2
1 files changed, 1 insertions, 1 deletions
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);