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

version 1.38.10.10, 2013/12/08 20:57:32 version 1.38.10.11, 2013/12/08 21:11:54
Line 204  int io_progCheck(prog_t * __restrict prg, int re); Line 204  int io_progCheck(prog_t * __restrict prg, int re);
  * io_progAttach() - Attach to open program   * io_progAttach() - Attach to open program
  *   *
  * @prg = program pool   * @prg = program pool
    * @newOne = Execute new one program after attach
  * return: NULL error or !=NULL attached program handle   * return: NULL error or !=NULL attached program handle
  */   */
 #ifdef POPEN_STREAM  #ifdef POPEN_STREAM
FILE *io_progAttach(prog_t * __restrict prg);FILE *io_progAttach(prog_t * __restrict prg, int newOne);
 #else  #else
int io_progAttach(prog_t * __restrict prg);int io_progAttach(prog_t * __restrict prg, int newOne);
 #endif  #endif
 /*  /*
  * io_progDetach() - Detch from open program   * io_progDetach() - Detch from open program

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


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