diff options
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 03fc6eb285..0b5cea22d4 100644 --- a/include/http_request.h +++ b/include/http_request.h @@ -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); /** |