Diff for /libaitio/inc/aitio.h between versions 1.11.2.21 and 1.11.2.22

version 1.11.2.21, 2011/09/25 23:03:46 version 1.11.2.22, 2011/10/04 14:33:32
Line 826  inline int ioRestoreMode(int fd, struct termios tio); Line 826  inline int ioRestoreMode(int fd, struct termios tio);
 pid_t ioForkPTY(int *ptyfd, char * __restrict name, int namesiz, struct termios * __restrict term,   pid_t ioForkPTY(int *ptyfd, char * __restrict name, int namesiz, struct termios * __restrict term, 
                 struct winsize * __restrict winz, struct termios * __restrict otio);                  struct winsize * __restrict winz, struct termios * __restrict otio);
   
   /*
    * ioCreatePIDFile() Create PID file
    * @csName = PID filename
    * @ifExists = !=0 if filename exists return error
    * return: -1 error or 0 ok
    */
   inline int ioCreatePIDFile(const char *csName, int ifExists);
   
   
 #endif  #endif

Removed from v.1.11.2.21  
changed lines
  Added in v.1.11.2.22


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