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

Diff for /src/usr.bin/sndiod/file.h between version 1.5 and 1.6

version 1.5, 2016/01/08 16:17:31 version 1.6, 2024/05/19 00:05:43
Line 70 
Line 70 
   
 void filelist_init(void);  void filelist_init(void);
 void filelist_done(void);  void filelist_done(void);
 void filelist_unlisten(void);  
   
 struct file *file_new(struct fileops *, void *, char *, unsigned int);  struct file *file_new(struct fileops *, void *, char *, unsigned int);
 void file_del(struct file *);  void file_del(struct file *);

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