Commit 9bba45e0 authored by Bill Stoddard's avatar Bill Stoddard
Browse files

Fix windows compile break


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88249 13f79535-47bb-0310-9956-ffa450edef68
parent c242d952
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);