Subject says it all. --------------------8-<-------cut-here---------8-<----------------------- Index: httpd.h =================================================================== RCS file: /home/cvspublic/httpd-2.0/include/httpd.h,v retrieving revision 1.201 diff -u -r1.201 httpd.h --- httpd.h 2 Nov 2003 20:37:03 -0000 1.201 +++ httpd.h 24 Nov 2003 15:45:19 -0000 @@ -730,7 +730,8 @@ /** Pointer to the previous request if this is an internal redirect */ request_rec *prev; - /** Pointer to the main request if this is a sub-request (see request.h) */ + /** Pointer to the main request if this is a sub-request (see + * http_request.h) */ request_rec *main; /* Info about the request itself... we begin with stuff that only
--------------------8-<-------cut-here---------8-<----------------------- -Fitz -- Brian W. Fitzpatrick <[EMAIL PROTECTED]> http://www.red-bean.com/fitz/