[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.10 and 1.11

version 1.10, 2010/07/06 20:06:35 version 1.11, 2011/06/27 07:22:00
Line 69 
Line 69 
   
 extern struct filelist file_list;  extern struct filelist file_list;
   
   #ifdef DEBUG
   extern long long file_wtime, file_utime;
   #endif
   
 void timo_set(struct timo *, void (*)(void *), void *);  void timo_set(struct timo *, void (*)(void *), void *);
 void timo_add(struct timo *, unsigned);  void timo_add(struct timo *, unsigned);
 void timo_del(struct timo *);  void timo_del(struct timo *);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11