coar        98/03/14 20:39:14

  Modified:    src/main http_core.c
  Log:
        Un-staticate limit_setion(); mod_perl needs access to it.
  
  Revision  Changes    Path
  1.171     +1 -1      apache-1.3/src/main/http_core.c
  
  Index: http_core.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/main/http_core.c,v
  retrieving revision 1.170
  retrieving revision 1.171
  diff -u -r1.170 -r1.171
  --- http_core.c       1998/03/14 00:03:37     1.170
  +++ http_core.c       1998/03/15 04:39:12     1.171
  @@ -876,7 +876,7 @@
       return NULL;
   }
   
  -static const char *limit_section (cmd_parms *cmd, void *dummy, const char 
*arg)
  +const char *limit_section (cmd_parms *cmd, void *dummy, const char *arg)
   {
       const char *limited_methods = getword(cmd->pool,&arg,'>');
       int limited = 0;
  
  
  

Reply via email to