aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/daemontest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/daemontest.c')
-rw-r--r--src/daemon/daemontest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/daemontest.c b/src/daemon/daemontest.c
index d0186f8f..e7378cdd 100644
--- a/src/daemon/daemontest.c
+++ b/src/daemon/daemontest.c
@@ -53,11 +53,11 @@ static int apc_all(void * cls,
53} 53}
54 54
55static int ahc_nothing(void * cls, 55static int ahc_nothing(void * cls,
56 struct MHD_Session * session, 56 struct MHD_Connection * connection,
57 const char * url, 57 const char * url,
58 const char * method, 58 const char * method,
59 const char * upload_data,
60 const char * version, 59 const char * version,
60 const char * upload_data,
61 unsigned int * upload_data_size) { 61 unsigned int * upload_data_size) {
62 return MHD_NO; 62 return MHD_NO;
63} 63}