diff options
Diffstat (limited to 'src/daemon/daemontest.c')
-rw-r--r-- | src/daemon/daemontest.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/daemontest.c b/src/daemon/daemontest.c index 53f56989..2ecb87f2 100644 --- a/src/daemon/daemontest.c +++ b/src/daemon/daemontest.c | |||
@@ -64,7 +64,8 @@ ahc_nothing (void *cls, | |||
64 | const char *url, | 64 | const char *url, |
65 | const char *method, | 65 | const char *method, |
66 | const char *version, | 66 | const char *version, |
67 | const char *upload_data, unsigned int *upload_data_size) | 67 | const char *upload_data, unsigned int *upload_data_size, |
68 | void ** unused) | ||
68 | { | 69 | { |
69 | return MHD_NO; | 70 | return MHD_NO; |
70 | } | 71 | } |