summaryrefslogtreecommitdiff
path: root/include/mod_core.h
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2017-02-20 13:50:49 +0000
committerYann Ylavic <ylavic@apache.org>2017-02-20 13:50:49 +0000
commit37ebaff84d4e0c355ddcc5b3c27bf8c5c7c6ef6d (patch)
treef9c98a9ba1d68cd44ae943eb08036f0c62f8d03a /include/mod_core.h
parente50f64f80d3decec117e66e85d4c1d0c4680ba57 (diff)
downloadhttpd-37ebaff84d4e0c355ddcc5b3c27bf8c5c7c6ef6d.tar.gz
Follow up to r1783755: update APLOGNO.
[Reverted by r1783760] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1783759 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/mod_core.h')
-rw-r--r--include/mod_core.h4
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.
*/