]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Arrange ap_h1_response_out_filter() according to include/mod_core.h.
authorJean-Frederic Clere <jfclere@apache.org>
Mon, 12 Jun 2023 13:32:12 +0000 (13:32 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Mon, 12 Jun 2023 13:32:12 +0000 (13:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910368 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_filters.c

index 6e3bd57ac57eade006b7b2c62095d1512ea13607..de04bec9fb5e92e9849244a118df536ab8b16ab6 100644 (file)
@@ -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
+}