From bd0fdead0085ba65cfe8ebbdd93044bfdd5c10c7 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sat, 27 Jan 2001 14:54:30 +0000 Subject: [PATCH] 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 --- include/http_protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1