From 52d4dfdfc0dbbc1d96e6b8580ce29105191cfd06 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 18 Apr 2001 18:39:10 +0000 Subject: [PATCH] add "extern" to the decl of http_module so that we don't get duplicate symbol warnings from the linkers on some platforms (e.g., AIX) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88884 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/mod_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http/mod_core.h b/modules/http/mod_core.h index 477b9817547..2caa038e7c1 100644 --- a/modules/http/mod_core.h +++ b/modules/http/mod_core.h @@ -99,7 +99,7 @@ AP_DECLARE(void) ap_basic_http_header(request_rec *r, apr_bucket_brigade *bb); AP_DECLARE(int) ap_send_http_trace(request_rec *r); int ap_send_http_options(request_rec *r); -AP_DECLARE_DATA module http_module; +AP_DECLARE_DATA extern module http_module; #ifdef __cplusplus } -- 2.47.3