diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mod_core.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mod_core.h b/include/mod_core.h index 8eab3e12c4..cb88db7dc7 100644 --- a/include/mod_core.h +++ b/include/mod_core.h @@ -45,6 +45,10 @@ AP_DECLARE_DATA extern ap_filter_rec_t *ap_chunk_filter_handle; AP_DECLARE_DATA extern ap_filter_rec_t *ap_http_outerror_filter_handle; AP_DECLARE_DATA extern ap_filter_rec_t *ap_byterange_filter_handle; +typedef struct { + apr_bucket_brigade *tmp_bb; +} http_conn_config; + /* * These (input) filters are internal to the mod_core operation. */ |