From: William A. Rowe Jr Date: Sat, 27 Jan 2001 14:54:30 +0000 (+0000) Subject: Was there a file that wasn't updated with the error buckets patch? X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd0fdead0085ba65cfe8ebbdd93044bfdd5c10c7;p=apache Was there a file that wasn't updated with the error buckets patch? Here's the export symbol for http_protocol's error bucket type, but I can't find the actual instance (which needs AP_DECLARE_DATA as well.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87864 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_protocol.h b/include/http_protocol.h index 09985a185b..bf93e7565f 100644 --- a/include/http_protocol.h +++ b/include/http_protocol.h @@ -567,7 +567,7 @@ struct ap_bucket_error { char *start; }; -extern const apr_bucket_type_t ap_bucket_type_error; +AP_DECLARE_DATA extern const apr_bucket_type_t ap_bucket_type_error; /** * Make the bucket passed in an error bucket