You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1999/07/07 17:19:17 UTC

cvs commit: apache-2.0/mpm/src/modules/standard mod_actions.c

martin      99/07/07 08:19:16

  Modified:    mpm/src/modules/standard mod_actions.c
  Log:
  Update to new module layout (Hooks)
  
  Revision  Changes    Path
  1.3       +1 -2      apache-2.0/mpm/src/modules/standard/mod_actions.c
  
  Index: mod_actions.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/mpm/src/modules/standard/mod_actions.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mod_actions.c	1999/06/19 18:10:04	1.2
  +++ mod_actions.c	1999/07/07 15:19:14	1.3
  @@ -229,6 +229,5 @@
       NULL,			/* type_checker */
       NULL,			/* fixups */
       NULL,			/* logger */
  -    NULL,			/* header parser */
  -    NULL			/* post read-request */
  +    NULL			/* register hooks */
   };