Diff for /libaitio/inc/aitio.h between versions 1.38.10.9 and 1.38.10.10

version 1.38.10.9, 2013/12/08 20:43:22 version 1.38.10.10, 2013/12/08 20:57:32
Line 195  void io_progDestroy(prog_t ** __restrict pprg); Line 195  void io_progDestroy(prog_t ** __restrict pprg);
  * io_progCheck() - Check exit status of program pool   * io_progCheck() - Check exit status of program pool
  *   *
  * @prg = program pool   * @prg = program pool
    * @re = resurrect program
  * return: -1 error or >-1 exited programs   * return: -1 error or >-1 exited programs
  */   */
int io_progCheck(prog_t * __restrict prg);int io_progCheck(prog_t * __restrict prg, int re);
   
 /*  /*
  * io_progAttach() - Attach to open program   * io_progAttach() - Attach to open program

Removed from v.1.38.10.9  
changed lines
  Added in v.1.38.10.10


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>