You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@hyperreal.org on 1998/05/06 13:14:44 UTC

cvs commit: apache-1.3/src/modules/example mod_example.c

coar        98/05/06 04:14:43

  Modified:    src/modules/example mod_example.c
  Log:
  	Missing template handler format for the FLAG type of directive.
  
  Revision  Changes    Path
  1.30      +7 -0      apache-1.3/src/modules/example/mod_example.c
  
  Index: mod_example.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/modules/example/mod_example.c,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- mod_example.c	1998/04/11 12:00:37	1.29
  +++ mod_example.c	1998/05/06 11:14:43	1.30
  @@ -160,6 +160,13 @@
    */
   
   /*
  + * Command handler for a FLAG directive.  The single parameter is passed in
  + * "bool", which is either zero or not for Off or On respectively.
  + *
  + * static const char *handle_FLAG(cmd_parms *cmd, void *mconfig, int bool);
  + */
  +
  +/*
    * Command handler for a TAKE1 directive.  The single parameter is passed in
    * "word1".
    *