manoj       99/11/15 11:46:48

  Modified:    src/modules/mpm/dexter acceptlock.h
               src/modules/mpm/mpmt_pthread acceptlock.h
  Log:
  Fix a couple of function prototypes
  
  Revision  Changes    Path
  1.5       +2 -2      apache-2.0/src/modules/mpm/dexter/acceptlock.h
  
  Index: acceptlock.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/dexter/acceptlock.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -d -u -r1.4 -r1.5
  --- acceptlock.h      1999/10/13 21:14:02     1.4
  +++ acceptlock.h      1999/11/15 19:46:41     1.5
  @@ -80,9 +80,9 @@
   void accept_mutex_off(int);
   
   #elif defined (USE_PTHREAD_SERIALIZED_ACCEPT)
  -void accept_mutex_child_cleanup(void *);
  +ap_status_t accept_mutex_child_cleanup(void *);
   void accept_mutex_child_init(ap_context_t *);
  -void accept_mutex_cleanup(void *);
  +ap_status_t accept_mutex_cleanup(void *);
   void accept_mutex_init(ap_context_t *, int);
   void accept_mutex_on(int);
   void accept_mutex_off(int);
  
  
  
  1.6       +1 -1      apache-2.0/src/modules/mpm/mpmt_pthread/acceptlock.h
  
  Index: acceptlock.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/mpmt_pthread/acceptlock.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -d -u -r1.5 -r1.6
  --- acceptlock.h      1999/10/10 17:08:07     1.5
  +++ acceptlock.h      1999/11/15 19:46:45     1.6
  @@ -80,7 +80,7 @@
   void accept_mutex_off(int);
   
   #elif defined (USE_PTHREAD_SERIALIZED_ACCEPT)
  -void accept_mutex_child_cleanup(void *);
  +ap_status_t accept_mutex_child_cleanup(void *);
   void accept_mutex_child_init(ap_context_t *);
   ap_status_t accept_mutex_cleanup(void *);
   void accept_mutex_init(ap_context_t *, int);
  
  
  

Reply via email to