That's an interesting one. It didn't have it before, so why wasn't it broken? And AFAICT, this isn't used outside of mod_core.la. If it *is* used outside of mod_core, then it is in the wrong header. Cheers, -g On Tue, Feb 20, 2001 at 06:49:35PM -0000, [EMAIL PROTECTED] wrote: > stoddard 01/02/20 10:49:35 > > Modified: modules/http mod_core.h > Log: > Fix windows compile break > > Revision Changes Path > 1.4 +1 -1 httpd-2.0/modules/http/mod_core.h > > Index: mod_core.h > =================================================================== > RCS file: /home/cvs/httpd-2.0/modules/http/mod_core.h,v > retrieving revision 1.3 > retrieving revision 1.4 > diff -u -r1.3 -r1.4 > --- mod_core.h 2001/02/18 03:18:35 1.3 > +++ mod_core.h 2001/02/20 18:49:32 1.4 > @@ -95,7 +95,7 @@ > > > /* 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); > > > > > -- Greg Stein, http://www.lyra.org/
