aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/daemontest.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-09-09 03:56:10 +0000
committerChristian Grothoff <christian@grothoff.org>2007-09-09 03:56:10 +0000
commit21acb929f578eb8f876c235669b78d6b213ec315 (patch)
tree45f89714c45e2a4f0999f2601fb8df7076f5b4fd /src/daemon/daemontest.c
parent5e828bda99ed11ae9f183965eece0b5931ec0270 (diff)
downloadlibmicrohttpd-21acb929f578eb8f876c235669b78d6b213ec315.tar.gz
libmicrohttpd-21acb929f578eb8f876c235669b78d6b213ec315.zip
incremental post processing API and implementation
Diffstat (limited to 'src/daemon/daemontest.c')
-rw-r--r--src/daemon/daemontest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/daemontest.c b/src/daemon/daemontest.c
index 2ecb87f2..8048b438 100644
--- a/src/daemon/daemontest.c
+++ b/src/daemon/daemontest.c
@@ -65,7 +65,7 @@ ahc_nothing (void *cls,
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 void **unused)
69{ 69{
70 return MHD_NO; 70 return MHD_NO;
71} 71}