summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2021-11-25 20:47:14 +0000
committerYann Ylavic <ylavic@apache.org>2021-11-25 20:47:14 +0000
commit1d45d5527f2ce5d790c4739a1f74ef0ba5826d6e (patch)
tree85fa132fd375bba9f8a0325d7b95aa2659139d21 /include
parent5da71e7634542cdeefd2b5376f7c7bf5cd6e8b8a (diff)
downloadhttpd-1d45d5527f2ce5d790c4739a1f74ef0ba5826d6e.tar.gz
Revert spurious commit r1895340.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895341 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/http_protocol.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/http_protocol.h b/include/http_protocol.h
index 38eef396a3..9c9cb952b2 100644
--- a/include/http_protocol.h
+++ b/include/http_protocol.h
@@ -96,13 +96,6 @@ AP_DECLARE(void) ap_get_mime_headers(request_rec *r);
AP_DECLARE(void) ap_get_mime_headers_core(request_rec *r,
apr_bucket_brigade *bb);
-/**
- * Run post_read_request hook and validate.
- * @param r The current request
- * @return OK or HTTP_...
- */
-AP_DECLARE(int) ap_post_read_request(request_rec *r);
-
/* Finish up stuff after a request */
/**