Commit dc09a76a authored by Jeff Trawick's avatar Jeff Trawick
Browse files

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
parent bf3c49cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
}