diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-06-27 22:57:14 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-06-27 22:57:14 +0200 |
commit | a7a28bd8c066a85ccac5719d1ad613507c093c88 (patch) | |
tree | bfc6fbcf9e0b879d4963b3528ae60dec8d74fb33 /include/http_request.h | |
parent | Now, introduce ap_sub_req_lookup_dirent() for processing apr_finfo_t (diff) | |
download | apache2-a7a28bd8c066a85ccac5719d1ad613507c093c88.tar.xz apache2-a7a28bd8c066a85ccac5719d1ad613507c093c88.zip |
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
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); /** |