]> granicus.if.org Git - apache/commitdiff
Fix windows compile break
authorBill Stoddard <stoddard@apache.org>
Tue, 20 Feb 2001 18:49:32 +0000 (18:49 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 20 Feb 2001 18:49:32 +0000 (18:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88249 13f79535-47bb-0310-9956-ffa450edef68

modules/http/mod_core.h

index c543ea2d96de3f5b1c55f5731b79f8a4809b3147..eb3e3edb8a21c35abd76a915ca69a66859014220 100644 (file)
@@ -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);