[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.3 and 1.4

version 1.3, 2010/04/03 17:59:17 version 1.4, 2010/04/06 20:07:01
Line 20 
Line 20 
 struct fileops;  struct fileops;
 struct siofile;  struct siofile;
 struct aparams;  struct aparams;
   struct aproc;
   
 struct siofile *siofile_new(struct fileops *, char *,  struct siofile *siofile_new(struct fileops *, char *, unsigned,
     struct aparams *, struct aparams *, unsigned *, unsigned *);      struct aparams *, struct aparams *, unsigned *, unsigned *);
   struct aproc *rsio_new(struct file *f);
   struct aproc *wsio_new(struct file *f);
   
 extern struct fileops siofile_ops;  extern struct fileops siofile_ops;
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4