diff options
Diffstat (limited to 'src/daemon/daemontest_post.c')
-rw-r--r-- | src/daemon/daemontest_post.c | 6 |
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) static int post_iterator (void *cls, enum MHD_ValueKind kind, - const char *key, const char *value, size_t off, size_t size) + const char *key, + const char *filename, + const char *content_type, + const char *transfer_encoding, + const char *value, size_t off, size_t size) { int *eok = cls; |