diff options
| author | Wolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de> | 2013-07-19 20:10:14 +0200 |
|---|---|---|
| committer | Wolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de> | 2013-07-19 20:10:14 +0200 |
| commit | cfd0ed185c7b9bbcef04e84ef41074d054ca8cd0 (patch) | |
| tree | 6a3301d9e4af4ef7810d76e51fdd00df41560a1b | |
| parent | 0046c1bae61e883199eee61fc2da20799ee2730f (diff) | |
| download | litheweb-cfd0ed185c7b9bbcef04e84ef41074d054ca8cd0.tar.gz litheweb-cfd0ed185c7b9bbcef04e84ef41074d054ca8cd0.tar.bz2 | |
type for picohttpResponseWrite changed to void const *
| -rw-r--r-- | picohttp.c | 2 | ||||
| -rw-r--r-- | picohttp.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1071,7 +1071,7 @@ int picohttpResponseSendHeaders ( int picohttpResponseWrite ( struct picohttpRequest * const req, size_t len, - char const *buf ) + void const *buf ) { int e; @@ -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); |
