summaryrefslogtreecommitdiff
path: root/include/util_xml.h
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2016-12-05 22:19:16 +0300
committerIgor Pashev <pashev.igor@gmail.com>2016-12-05 22:19:16 +0300
commit89e9332e2bacdba1cf44aabfcfc082c0de62871c (patch)
tree156ad5e5b00e6966642b2d600dafa5f0cc1d43ac /include/util_xml.h
parentf51547f19e44fc1f511837443cb92ba28c189b9c (diff)
parentadb6f181257af28ee67af15fc49d2699a0080d4c (diff)
downloadapache2-89e9332e2bacdba1cf44aabfcfc082c0de62871c.tar.gz
Merge branch 'master' of git://anonscm.debian.org/pkg-apache/apache2
Diffstat (limited to 'include/util_xml.h')
-rw-r--r--include/util_xml.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/util_xml.h b/include/util_xml.h
index e60d348b..9faaed15 100644
--- a/include/util_xml.h
+++ b/include/util_xml.h
@@ -35,11 +35,10 @@ extern "C" {
#endif
/**
- * Get XML post data and parse it
- * @param r The current request
- * @param pdoc The XML post data
+ * Get XML post data and parse it.
+ * @param r The current request
+ * @param pdoc The XML post data
* @return HTTP status code
- * @fn int ap_xml_parse_input(request_rec *r, apr_xml_doc **pdoc)
*/
AP_DECLARE(int) ap_xml_parse_input(request_rec *r, apr_xml_doc **pdoc);