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 1998/09/17 22:39:27 UTC

cvs commit: apache-1.3/src/include httpd.h

martin      98/09/17 13:39:27

  Modified:    src/include httpd.h
  Log:
  Oops: I inadvertently dropped Dean's const hostname change of Rev. 1.239
  
  Revision  Changes    Path
  1.242     +1 -1      apache-1.3/src/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/httpd.h,v
  retrieving revision 1.241
  retrieving revision 1.242
  diff -u -r1.241 -r1.242
  --- httpd.h	1998/09/17 20:23:42	1.241
  +++ httpd.h	1998/09/17 20:39:24	1.242
  @@ -989,7 +989,7 @@
   #endif /* _OSD_POSIX */
   
   char *ap_get_local_host(pool *);
  -unsigned long ap_get_virthost_addr(const char *hostname, unsigned short *port);
  +unsigned long ap_get_virthost_addr(char *hostname, unsigned short *port);
   
   extern API_VAR_EXPORT time_t ap_restart_time;