diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/slweb/http.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/slweb/http.h b/include/slweb/http.h index 7f5935a..a9c9751 100644 --- a/include/slweb/http.h +++ b/include/slweb/http.h @@ -25,8 +25,8 @@ struct http_payload struct http_post { bool expect_continue; - const void *data; - size_t n, nfiles, npairs; + const char *data; + size_t nfiles, npairs; const struct http_post_pair { |
