]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add "extern" to the decl of http_module so that we don't get duplicate
authorJeff Trawick <trawick@apache.org>
Wed, 18 Apr 2001 18:39:10 +0000 (18:39 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 18 Apr 2001 18:39:10 +0000 (18:39 +0000)
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

index 477b98175476573ba2fe777284e008ef2f228c1a..2caa038e7c114edb225b22430acfe272387a1428 100644 (file)
@@ -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
 }