> rbb         01/03/04 20:43:56
> 
>   Modified:    .        libhttpd.dsp
>                include  http_request.h
>                modules/http http_protocol.c http_request.c
>                server   Makefile.in
>   Added:       server   request.c
>   Log:
>   Another chunk of code from http to core.  This should continue to build
>   on all platforms.  The next job is to shuffle functions back and forth
>   so that the server builds without mod_http.
>   
>   1.25      +4 -0      httpd-2.0/include/http_request.h
>   
>   Index: http_request.h
>   ===================================================================
>   RCS file: /home/cvs/httpd-2.0/include/http_request.h,v
>   retrieving revision 1.24
>   retrieving revision 1.25
>   diff -u -d -b -w -u -r1.24 -r1.25
>   --- http_request.h 2001/02/16 04:26:31 1.24
>   +++ http_request.h 2001/03/05 04:43:55 1.25
>   @@ -304,6 +304,10 @@
>     */
>    AP_DECLARE_HOOK(void,insert_filter,(request_rec *r))
>    
>   +AP_DECLARE(int) directory_walk(request_rec *r);
>   +AP_DECLARE(int) location_walk(request_rec *r);
>   +AP_DECLARE(int) file_walk(request_rec *r);
>   +
>    #ifdef __cplusplus
>    }
>    #endif

You can't do this without namespace protection.  Patch forthcoming.

Reply via email to