From: Bill Stoddard Date: Tue, 20 Feb 2001 18:49:32 +0000 (+0000) Subject: Fix windows compile break X-Git-Tag: 2.0.12~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a59f097f362a36db4a180e9ad832224288e79720;p=thirdparty%2Fapache%2Fhttpd.git Fix windows compile break git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88249 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/mod_core.h b/modules/http/mod_core.h index c543ea2d96d..eb3e3edb8a2 100644 --- a/modules/http/mod_core.h +++ b/modules/http/mod_core.h @@ -95,7 +95,7 @@ void ap_finalize_sub_req_protocol(request_rec *sub_r); /* Send the response to special method requests */ -int ap_send_http_trace(request_rec *r); +AP_DECLARE(int) ap_send_http_trace(request_rec *r); int ap_send_http_options(request_rec *r);