aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/responseheaders.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-02-06 06:12:33 +0000
committerChristian Grothoff <christian@grothoff.org>2009-02-06 06:12:33 +0000
commitb90c37b2f38d97952613e26627b3e8ebf9932112 (patch)
tree6f4cd17446da6dcf96ed53679e7c5b42e8c02869 /doc/examples/responseheaders.c
parent8c8db696a0b7974b432100b8f4466f11163b66cc (diff)
downloadlibmicrohttpd-b90c37b2f38d97952613e26627b3e8ebf9932112.tar.gz
libmicrohttpd-b90c37b2f38d97952613e26627b3e8ebf9932112.zip
incompatible API change to allow 64-bit uploads and downloads on 32-bit systems
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;