diff options
Diffstat (limited to 'src/daemon/daemontest_post.c')
-rw-r--r-- | src/daemon/daemontest_post.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/daemon/daemontest_post.c b/src/daemon/daemontest_post.c index 87eca380..86fd67f9 100644 --- a/src/daemon/daemontest_post.c +++ b/src/daemon/daemontest_post.c @@ -72,10 +72,10 @@ static int post_iterator (void *cls, enum MHD_ValueKind kind, const char *key, - const char *filename, - const char *content_type, - const char *transfer_encoding, - const char *value, size_t off, size_t size) + const char *filename, + const char *content_type, + const char *transfer_encoding, + const char *value, size_t off, size_t size) { int *eok = cls; |