fielding    99/04/08 15:42:21

  Modified:    pthreads/src/os/unix os.h
  Log:
  Add prototypes for ap_spawnvp().
  
  Revision  Changes    Path
  1.4       +2 -0      apache-apr/pthreads/src/os/unix/os.h
  
  Index: os.h
  ===================================================================
  RCS file: /home/cvs/apache-apr/pthreads/src/os/unix/os.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- os.h      1999/02/07 06:30:14     1.3
  +++ os.h      1999/04/08 22:42:20     1.4
  @@ -75,6 +75,7 @@
   #define INLINE extern ap_inline
   
   INLINE int ap_os_is_path_absolute(const char *file);
  +INLINE int ap_spawnvp(const char *file, char *const argv[]);
   
   #include "os-inline.c"
   
  @@ -84,6 +85,7 @@
    * as normal
    */
   extern int ap_os_is_path_absolute(const char *file);
  +extern int ap_spawnvp(const char *file, char *const argv[]);
   #endif
   
   /* Other ap_os_ routines not used by this platform */
  
  
  

Reply via email to