aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf/daemontest_get.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 /src/testzzuf/daemontest_get.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 'src/testzzuf/daemontest_get.c')
-rw-r--r--src/testzzuf/daemontest_get.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testzzuf/daemontest_get.c b/src/testzzuf/daemontest_get.c
index c5bb028c..ed0e7719 100644
--- a/src/testzzuf/daemontest_get.c
+++ b/src/testzzuf/daemontest_get.c
@@ -25,6 +25,7 @@
25 */ 25 */
26 26
27#include "MHD_config.h" 27#include "MHD_config.h"
28#include "platform.h"
28#include <curl/curl.h> 29#include <curl/curl.h>
29#include <microhttpd.h> 30#include <microhttpd.h>
30#include <stdlib.h> 31#include <stdlib.h>
@@ -64,7 +65,7 @@ ahc_echo (void *cls,
64 const char *url, 65 const char *url,
65 const char *method, 66 const char *method,
66 const char *version, 67 const char *version,
67 const char *upload_data, unsigned int *upload_data_size, 68 const char *upload_data, size_t *upload_data_size,
68 void **unused) 69 void **unused)
69{ 70{
70 static int ptr; 71 static int ptr;