mirror of
https://github.com/apache/httpd.git
synced 2025-11-09 15:21:02 +03:00
Here, finally are a few cleanups of my fat fingers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89444 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -132,7 +132,7 @@ AP_DECLARE(request_rec *) ap_sub_req_lookup_file(const char *new_file,
|
||||
* The file info passed must include the name, and must have the same relative
|
||||
* directory as the current request.
|
||||
*/
|
||||
AP_DECLARE(request_rec *) ap_sub_req_lookup_dirent(apr_finfo_t *finfo,
|
||||
AP_DECLARE(request_rec *) ap_sub_req_lookup_dirent(const apr_finfo_t *finfo,
|
||||
const request_rec *r,
|
||||
ap_filter_t *next_filter);
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user