You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rodent of Unusual Size <co...@decus.org> on 1997/03/02 16:21:12 UTC

[PATCH] to PR#191; API.html is missing header-parser slot, too

    Whoops, missed this one.  This is part & parcel of the recent patch
    to add a NULL value for the missing header_parser slot in module
    declarations.

    #ken    :-)}

Index: API.html
===================================================================
RCS file: /usr/users/coar/myApache/repository/apache/htdocs/manual/misc/API.html,v
retrieving revision 1.3
diff -c -r1.3 API.html
*** 1.3	1996/12/12 01:09:50
--- API.html	1997/03/02 15:15:53
***************
*** 202,208 ****
     NULL,                     /* check access */
     type_scriptalias,         /* type_checker */
     NULL,                     /* fixups */
!    NULL                      /* logger */
  };
  </pre>
  
--- 202,209 ----
     NULL,                     /* check access */
     type_scriptalias,         /* type_checker */
     NULL,                     /* fixups */
!    NULL,                     /* logger */
!    NULL                      /* header parser */
  };
  </pre>