1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-05 16:55:50 +03:00

Add ap_process_request_after_handler to the exported list for mod_serf

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@906606 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William A. Rowe Jr
2010-02-04 18:50:05 +00:00
parent 16b9ccd6ec
commit 4c8baf8db2
3 changed files with 7 additions and 4 deletions

View File

@@ -237,7 +237,7 @@ static void check_pipeline(conn_rec *c)
}
void ap_process_request_after_handler(request_rec *r)
AP_DECLARE(void) ap_process_request_after_handler(request_rec *r)
{
apr_bucket_brigade *bb;
apr_bucket *b;