You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jw...@apache.org on 2003/11/24 17:07:52 UTC

cvs commit: httpd-2.0/include httpd.h

jwoolley    2003/11/24 08:07:52

  Modified:    include  Tag: APACHE_2_0_BRANCH httpd.h
  Log:
  fix comment
  Submitted by:	Fitz
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.191.2.7 +2 -1      httpd-2.0/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/httpd.h,v
  retrieving revision 1.191.2.6
  retrieving revision 1.191.2.7
  diff -u -d -u -r1.191.2.6 -r1.191.2.7
  --- httpd.h	24 Oct 2003 16:19:31 -0000	1.191.2.6
  +++ httpd.h	24 Nov 2003 16:07:52 -0000	1.191.2.7
  @@ -720,7 +720,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