From 9bba45e073eccf86b3735def901b7875d2eb3383 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Tue, 20 Feb 2001 18:49:32 +0000 Subject: [PATCH] Fix windows compile break git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88249 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 c543ea2d96..eb3e3edb8a 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); -- 2.49.0