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

Diff for /src/usr.bin/aucat/Attic/file.h between version 1.8 and 1.9

version 1.8, 2009/07/25 10:52:19 version 1.9, 2009/09/27 11:51:20
Line 75 
Line 75 
   
 struct file *file_new(struct fileops *, char *, unsigned);  struct file *file_new(struct fileops *, char *, unsigned);
 void file_del(struct file *);  void file_del(struct file *);
   void file_dbg(struct file *);
   
 void file_attach(struct file *, struct aproc *, struct aproc *);  void file_attach(struct file *, struct aproc *, struct aproc *);
 unsigned file_read(struct file *, unsigned char *, unsigned);  unsigned file_read(struct file *, unsigned char *, unsigned);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9