You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Andrew Wilson <an...@aaaaaaaa.demon.co.uk> on 1996/10/30 22:48:59 UTC

const's for mod_cern_meta...

A patch against this mornings 1.2-dev which stops warnings in
mod_cern_meta, which seems to have been left out of the recent round
of constification...

Ay.


*** mod_cern_meta.c.dist	Wed Oct 30 21:34:37 1996
--- mod_cern_meta.c	Wed Oct 30 21:37:14 1996
***************
*** 155,161 ****
      return new;
  }   
  
! char *set_metadir (cmd_parms *parms, void *dummy, char *arg)
  {       
      cern_meta_config *cmc ;
  
--- 155,161 ----
      return new;
  }   
  
! const char *set_metadir (cmd_parms *parms, void *dummy, char *arg)
  {       
      cern_meta_config *cmc ;
  
***************
*** 165,171 ****
      return NULL;
  }
  
! char *set_metasuffix (cmd_parms *parms, void *dummy, char *arg)
  {       
      cern_meta_config *cmc ;
  
--- 165,171 ----
      return NULL;
  }
  
! const char *set_metasuffix (cmd_parms *parms, void *dummy, char *arg)
  {       
      cern_meta_config *cmc ;
  

Re: const's for mod_cern_meta...

Posted by Brian Behlendorf <br...@organic.com>.
On Wed, 30 Oct 1996, Andrew Wilson wrote:
> A patch against this mornings 1.2-dev which stops warnings in
> mod_cern_meta, which seems to have been left out of the recent round
> of constification...

Fixed.

--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
brian@organic.com  www.apache.org  hyperreal.com  http://www.organic.com/JOBS