diff options
Diffstat (limited to 'src/daemon/daemontest_post.c')
-rw-r--r-- | src/daemon/daemontest_post.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/daemontest_post.c b/src/daemon/daemontest_post.c index ec60575b..10f6ea97 100644 --- a/src/daemon/daemontest_post.c +++ b/src/daemon/daemontest_post.c | |||
@@ -69,7 +69,8 @@ ahc_echo (void *cls, | |||
69 | const char *url, | 69 | const char *url, |
70 | const char *method, | 70 | const char *method, |
71 | const char *version, | 71 | const char *version, |
72 | const char *upload_data, unsigned int *upload_data_size) | 72 | const char *upload_data, unsigned int *upload_data_size, |
73 | void ** unused) | ||
73 | { | 74 | { |
74 | struct MHD_Response *response; | 75 | struct MHD_Response *response; |
75 | int ret; | 76 | int ret; |