Diff for /libaitio/inc/aitio.h between versions 1.41.2.2 and 1.41.2.3

version 1.41.2.2, 2016/08/10 13:59:44 version 1.41.2.3, 2016/08/11 12:25:51
Line 633  FILE *io_fd2buf(int fd, const char *mode); Line 633  FILE *io_fd2buf(int fd, const char *mode);
  * return: -1 error or open file handle   * return: -1 error or open file handle
  */   */
 int io_dumbFile(const char *csFile, int mode, off_t size);  int io_dumbFile(const char *csFile, int mode, off_t size);
   #define io_emptyFile io_dumbFile
   
   
 /*  /*

Removed from v.1.41.2.2  
changed lines
  Added in v.1.41.2.3


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