aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/daemontest_post.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-09-09 04:11:30 +0000
committerChristian Grothoff <christian@grothoff.org>2007-09-09 04:11:30 +0000
commit3750461e0ac7a17173c20e36f5469008341dbf86 (patch)
tree1afb4a0f6699cbb63974025f584c18a4ec4395bc /src/daemon/daemontest_post.c
parent5176c75854736ad6514a76778cb81ba93bdfff71 (diff)
downloadlibmicrohttpd-3750461e0ac7a17173c20e36f5469008341dbf86.tar.gz
libmicrohttpd-3750461e0ac7a17173c20e36f5469008341dbf86.zip
better
Diffstat (limited to 'src/daemon/daemontest_post.c')
-rw-r--r--src/daemon/daemontest_post.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/daemon/daemontest_post.c b/src/daemon/daemontest_post.c
index 00bec910..87eca380 100644
--- a/src/daemon/daemontest_post.c
+++ b/src/daemon/daemontest_post.c
@@ -71,7 +71,11 @@ copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx)
71static int 71static int
72post_iterator (void *cls, 72post_iterator (void *cls,
73 enum MHD_ValueKind kind, 73 enum MHD_ValueKind kind,
74 const char *key, const char *value, size_t off, size_t size) 74 const char *key,
75 const char *filename,
76 const char *content_type,
77 const char *transfer_encoding,
78 const char *value, size_t off, size_t size)
75{ 79{
76 int *eok = cls; 80 int *eok = cls;
77 81