martin      98/05/08 08:57:29

  Modified:    src/main http_main.c
  Log:
  Fix signature of routine reset_version() to comply with prototype
  
  Revision  Changes    Path
  1.336     +1 -1      apache-1.3/src/main/http_main.c
  
  Index: http_main.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/main/http_main.c,v
  retrieving revision 1.335
  retrieving revision 1.336
  diff -u -u -r1.335 -r1.336
  --- http_main.c       1998/05/08 12:09:47     1.335
  +++ http_main.c       1998/05/08 15:57:28     1.336
  @@ -350,7 +350,7 @@
    * server version string to a known value and [re]enables modifications
    * (which are disabled by configuration completion).
    */
  -static void reset_version()
  +static void reset_version(void *dummy)
   {
       version_locked = 0;
       ap_note_platform = 1;
  
  
  

Reply via email to