aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/daemontest_get.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_get.c
parent5e828bda99ed11ae9f183965eece0b5931ec0270 (diff)
downloadlibmicrohttpd-21acb929f578eb8f876c235669b78d6b213ec315.tar.gz
libmicrohttpd-21acb929f578eb8f876c235669b78d6b213ec315.zip
incremental post processing API and implementation
Diffstat (limited to 'src/daemon/daemontest_get.c')
-rw-r--r--src/daemon/daemontest_get.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/daemontest_get.c b/src/daemon/daemontest_get.c
index 79726a11..3f0b36ba 100644
--- a/src/daemon/daemontest_get.c
+++ b/src/daemon/daemontest_get.c
@@ -64,7 +64,7 @@ ahc_echo (void *cls,
64 const char *method, 64 const char *method,
65 const char *version, 65 const char *version,
66 const char *upload_data, unsigned int *upload_data_size, 66 const char *upload_data, unsigned int *upload_data_size,
67 void ** unused) 67 void **unused)
68{ 68{
69 const char *me = cls; 69 const char *me = cls;
70 struct MHD_Response *response; 70 struct MHD_Response *response;