diff options
Diffstat (limited to 'src/daemon/daemontest_long_header.c')
-rw-r--r-- | src/daemon/daemontest_long_header.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/daemontest_long_header.c b/src/daemon/daemontest_long_header.c index 6377ac07..6a451136 100644 --- a/src/daemon/daemontest_long_header.c +++ b/src/daemon/daemontest_long_header.c @@ -69,7 +69,8 @@ ahc_echo (void *cls, const char *url, const char *method, const char *version, - const char *upload_data, unsigned int *upload_data_size) + const char *upload_data, unsigned int *upload_data_size, + void ** unused) { const char *me = cls; struct MHD_Response *response; |