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

Diff for /src/usr.bin/aucat/Attic/miofile.h between version 1.1 and 1.2

version 1.1, 2009/07/25 08:44:27 version 1.2, 2011/06/20 20:18:44
Line 21 
Line 21 
 struct fileops;  struct fileops;
 struct miofile;  struct miofile;
   
 struct miofile *miofile_new(struct fileops *, char *, int, int);  struct miofile *miofile_new(struct fileops *, char *, unsigned);
   
 extern struct fileops miofile_ops;  extern struct fileops miofile_ops;
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2