summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJean-Frederic Clere <jfclere@apache.org>2023-06-12 15:32:12 +0200
committerJean-Frederic Clere <jfclere@apache.org>2023-06-12 15:32:12 +0200
commitf000cb5fb2997d211851df7d20baf3fe4e1153ca (patch)
tree0d240309b2fb5945ba43c1e0a6a38e7b34145705 /modules
parentfr doc rebuild. (diff)
downloadapache2-f000cb5fb2997d211851df7d20baf3fe4e1153ca.tar.xz
apache2-f000cb5fb2997d211851df7d20baf3fe4e1153ca.zip
Arrange ap_h1_response_out_filter() according to include/mod_core.h.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910368 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules')
-rw-r--r--modules/http/http_filters.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/http/http_filters.c b/modules/http/http_filters.c
index 6e3bd57ac5..de04bec9fb 100644
--- a/modules/http/http_filters.c
+++ b/modules/http/http_filters.c
@@ -1871,7 +1871,7 @@ typedef struct h1_response_ctx {
apr_bucket_brigade *tmpbb;
} h1_response_ctx;
-AP_CORE_DECLARE_NONSTD(apr_status_t) ap_h1_response_out_filter(ap_filter_t *f,
+apr_status_t ap_h1_response_out_filter(ap_filter_t *f,
apr_bucket_brigade *b)
{
request_rec *r = f->r;
@@ -2313,4 +2313,4 @@ cleanup:
return APR_SUCCESS;
}
return rv;
-} \ No newline at end of file
+}