aboutsummaryrefslogtreecommitdiff
path: root/picohttp.h
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2013-06-18 22:14:52 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2013-06-18 22:14:52 +0200
commite7b86baeec0ef6f946e2b60a68876eb6f3cdc32e (patch)
tree21410c5cfc13348f3c90eec17c9f4f388af4ef28 /picohttp.h
parentfc9f3c0bde26bc882bdfe1ec0435ade8b60172f4 (diff)
downloadlitheweb-e7b86baeec0ef6f946e2b60a68876eb6f3cdc32e.tar.gz
litheweb-e7b86baeec0ef6f946e2b60a68876eb6f3cdc32e.tar.bz2
...
Diffstat (limited to 'picohttp.h')
-rw-r--r--picohttp.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/picohttp.h b/picohttp.h
index 803587d..24212e5 100644
--- a/picohttp.h
+++ b/picohttp.h
@@ -138,9 +138,7 @@ int picohttpResponseWrite (
size_t len,
char const *buf );
-uint16_t picohttpGetch(
- struct picohttpRequest * const req,
- struct picohttpChunkTransfer * const ct);
+uint16_t picohttpGetch(struct picohttpRequest * const req);
int picohttpMultipartNext(
struct picohttpRequest * const req,