[BACK]Return to siofile.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / aucat

Diff for /src/usr.bin/aucat/Attic/siofile.h between version 1.5 and 1.6

version 1.5, 2010/05/02 11:54:26 version 1.6, 2012/04/11 06:05:43
Line 22 
Line 22 
 struct aparams;  struct aparams;
 struct aproc;  struct aproc;
   
 struct siofile *siofile_new(struct fileops *, char *, unsigned *,  struct siofile *siofile_new(struct fileops *, char *, unsigned int *,
     struct aparams *, struct aparams *, unsigned *, unsigned *);      struct aparams *, struct aparams *, unsigned int *, unsigned int *);
 struct aproc *rsio_new(struct file *f);  struct aproc *rsio_new(struct file *f);
 struct aproc *wsio_new(struct file *f);  struct aproc *wsio_new(struct file *f);
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6