aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/responseheaders.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/responseheaders.c')
-rw-r--r--doc/examples/responseheaders.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/responseheaders.c b/doc/examples/responseheaders.c
index a94e4433..c83b4480 100644
--- a/doc/examples/responseheaders.c
+++ b/doc/examples/responseheaders.c
@@ -33,7 +33,7 @@ int
33answer_to_connection (void *cls, struct MHD_Connection *connection, 33answer_to_connection (void *cls, struct MHD_Connection *connection,
34 const char *url, const char *method, 34 const char *url, const char *method,
35 const char *version, const char *upload_data, 35 const char *version, const char *upload_data,
36 unsigned int *upload_data_size, void **con_cls) 36 size_t *upload_data_size, void **con_cls)
37{ 37{
38 unsigned char *buffer = NULL; 38 unsigned char *buffer = NULL;
39 struct MHD_Response *response; 39 struct MHD_Response *response;