diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-08-06 19:10:12 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-08-06 19:10:12 +0000 |
commit | 5835764fc86fb023e19c474a0525babeb8eb892b (patch) | |
tree | 77698f1abc050a570ded7294656c99f518cd5297 /include/http_request.h | |
parent | 347b03449dd5844de3c9032c1a9dff1102abe311 (diff) | |
download | httpd-5835764fc86fb023e19c474a0525babeb8eb892b.tar.gz |
_THIS_ is why mod_dir wouldn't serve the results of mod_negotiation
with a query string
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89948 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_request.h')
-rw-r--r-- | include/http_request.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_request.h b/include/http_request.h index a1f8375a57..cee11b4cf3 100644 --- a/include/http_request.h +++ b/include/http_request.h @@ -207,7 +207,7 @@ AP_DECLARE(void) ap_internal_redirect_handler(const char *new_uri, request_rec * * @tip the sub_req's pool will be merged into r's pool, be very careful * not to destroy this subrequest, it will be destroyed with the main request! */ -AP_DECLARE(void) ap_internal_fast_redirect(request_rec *sub_req, request_rec *r)) +AP_DECLARE(void) ap_internal_fast_redirect(request_rec *sub_req, request_rec *r); /** * Can be used within any handler to determine if any authentication |