aboutsummaryrefslogtreecommitdiff
path: root/doc/chapters/responseheaders.inc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/chapters/responseheaders.inc')
-rw-r--r--doc/chapters/responseheaders.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/chapters/responseheaders.inc b/doc/chapters/responseheaders.inc
index 19d10142..3fb9ac15 100644
--- a/doc/chapters/responseheaders.inc
+++ b/doc/chapters/responseheaders.inc
@@ -25,7 +25,7 @@ Once again, we can base the new example on the @code{hellobrowser} program.
25 25
26int answer_to_connection (void *cls, struct MHD_Connection *connection, const char *url, 26int answer_to_connection (void *cls, struct MHD_Connection *connection, const char *url,
27 const char *method, const char *version, const char *upload_data, 27 const char *method, const char *version, const char *upload_data,
28 unsigned int *upload_data_size, void **con_cls) 28 size_t *upload_data_size, void **con_cls)
29{ 29{
30 unsigned char *buffer = NULL; 30 unsigned char *buffer = NULL;
31 struct MHD_Response *response; 31 struct MHD_Response *response;