[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.4 and 1.5

version 1.4, 2008/10/26 08:49:44 version 1.5, 2008/12/29 17:59:08
Line 71 
Line 71 
 int file_poll(void);  int file_poll(void);
 void file_eof(struct file *);  void file_eof(struct file *);
 void file_hup(struct file *);  void file_hup(struct file *);
   void file_close(struct file *);
   
 #endif /* !defined(FILE_H) */  #endif /* !defined(FILE_H) */

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