aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/daemontest1.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-06-14 00:57:30 +0000
committerChristian Grothoff <christian@grothoff.org>2007-06-14 00:57:30 +0000
commit74770d3cc13e56db19f47495e57671eaaed6a957 (patch)
treeb12d23864affc6d91a7b8876c0c9cec942bfa35a /src/daemon/daemontest1.c
parente0084684983c71dc75891c966c64c62b35df376d (diff)
downloadlibmicrohttpd-74770d3cc13e56db19f47495e57671eaaed6a957.tar.gz
libmicrohttpd-74770d3cc13e56db19f47495e57671eaaed6a957.zip
added parsing of query
Diffstat (limited to 'src/daemon/daemontest1.c')
-rw-r--r--src/daemon/daemontest1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/daemontest1.c b/src/daemon/daemontest1.c
index d347323b..1982de31 100644
--- a/src/daemon/daemontest1.c
+++ b/src/daemon/daemontest1.c
@@ -21,7 +21,7 @@
21/** 21/**
22 * @file daemontest1.c 22 * @file daemontest1.c
23 * @brief Testcase for libmicrohttpd GET operations 23 * @brief Testcase for libmicrohttpd GET operations
24 * TODO: external select 24 * TODO: external select, parsing of query
25 * @author Christian Grothoff 25 * @author Christian Grothoff
26 */ 26 */
27 27