mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Fix a broken thing
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86645 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -129,8 +129,8 @@ AP_DECLARE(request_rec *) ap_sub_req_method_uri(const char *method,
|
|||||||
* @param bb The brigade to filter
|
* @param bb The brigade to filter
|
||||||
* @deffuc apr_status_t ap_sub_req_output_filter(ap_filter_t *f, ap_bucket_brigade *bb)
|
* @deffuc apr_status_t ap_sub_req_output_filter(ap_filter_t *f, ap_bucket_brigade *bb)
|
||||||
*/
|
*/
|
||||||
AP_CORE_DECLARE(apr_status_t) ap_sub_req_output_filter(ap_filter_t *f,
|
AP_CORE_DECLARE_NONSTD(apr_status_t) ap_sub_req_output_filter(ap_filter_t *f,
|
||||||
ap_bucket_brigade *bb);
|
ap_bucket_brigade *bb);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run the handler for the sub request
|
* Run the handler for the sub request
|
||||||
|
@@ -817,8 +817,8 @@ static request_rec *make_sub_request(const request_rec *r)
|
|||||||
return rr;
|
return rr;
|
||||||
}
|
}
|
||||||
|
|
||||||
AP_CORE_DECLARE(apr_status_t) ap_sub_req_output_filter(ap_filter_t *f,
|
AP_CORE_DECLARE_NONSTD(apr_status_t) ap_sub_req_output_filter(ap_filter_t *f,
|
||||||
ap_bucket_brigade *bb)
|
ap_bucket_brigade *bb)
|
||||||
{
|
{
|
||||||
ap_bucket *e = AP_BRIGADE_LAST(bb);
|
ap_bucket *e = AP_BRIGADE_LAST(bb);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user