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 0b1c67e2..cd33e257 100644
--- a/doc/chapters/responseheaders.inc
+++ b/doc/chapters/responseheaders.inc
@@ -28,7 +28,7 @@ answer_to_connection (void *cls, struct MHD_Connection *connection,
28 const char *url, 28 const char *url,
29 const char *method, const char *version, 29 const char *method, const char *version,
30 const char *upload_data, 30 const char *upload_data,
31 size_t *upload_data_size, void **con_cls) 31 size_t *upload_data_size, void **req_cls)
32{ 32{
33 unsigned char *buffer = NULL; 33 unsigned char *buffer = NULL;
34 struct MHD_Response *response; 34 struct MHD_Response *response;