1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-09 15:21:02 +03:00

More doc improvements.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87912 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ben Laurie
2001-01-29 22:29:23 +00:00
parent a31eafbdcc
commit 711044bb5b
2 changed files with 2 additions and 2 deletions

View File

@@ -137,7 +137,7 @@ AP_DECLARE(request_rec *) ap_sub_req_method_uri(const char *method,
* has to be inserted at the end of a sub-requests filter stack.
* @param f The current filter
* @param bb The brigade to filter
* @deffuc apr_status_t ap_sub_req_output_filter(ap_filter_t *f, apr_bucket_brigade *bb)
* @deffunc apr_status_t ap_sub_req_output_filter(ap_filter_t *f, apr_bucket_brigade *bb)
*/
AP_CORE_DECLARE_NONSTD(apr_status_t) ap_sub_req_output_filter(ap_filter_t *f,
apr_bucket_brigade *bb);