Commit 739321c0 authored by Stefan Eissing's avatar Stefan Eissing
Browse files

AP_DECLARRE removals

parent 968e4b14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ static void bucket_destroy(void *data)
    }
}

AP_DECLARE_DATA const apr_bucket_type_t h2_bucket_type_eos = {
const apr_bucket_type_t h2_bucket_type_eos = {
    "H2EOS", 5, APR_BUCKET_METADATA,
    bucket_destroy,
    bucket_read,
+5 −5
Original line number Diff line number Diff line
@@ -719,7 +719,7 @@ void h2_util_bb_log(conn_rec *c, int stream_id, int level,

}

AP_DECLARE(apr_status_t) h2_transfer_brigade(apr_bucket_brigade *to,
apr_status_t h2_transfer_brigade(apr_bucket_brigade *to,
                                 apr_bucket_brigade *from, 
                                 apr_pool_t *p,
                                 apr_size_t *plen,
+5 −5
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ void h2_util_bb_log(conn_rec *c, int stream_id, int level,
 * @param plen maximum bytes to transfer, actual bytes transferred
 * @param peos if an EOS bucket was transferred
 */
AP_DECLARE(apr_status_t) h2_transfer_brigade(apr_bucket_brigade *to,
apr_status_t h2_transfer_brigade(apr_bucket_brigade *to,
                                 apr_bucket_brigade *from, 
                                 apr_pool_t *p,
                                 apr_size_t *plen,