| 838 | } |
| 839 | |
| 840 | AP_DECLARE(int) ap_scan_script_header_err_brigade_ex(request_rec *r, |
| 841 | apr_bucket_brigade *bb, |
| 842 | char *buffer, |
| 843 | int module_index) |
| 844 | { |
| 845 | return ap_scan_script_header_err_core_ex(r, buffer, getsfunc_BRIGADE, bb, |
| 846 | module_index); |
| 847 | } |
| 848 | |
| 849 | |
| 850 | struct vastrs { |
no test coverage detected