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

Diff for /src/usr.bin/aucat/Attic/file.c between version 1.30 and 1.31

version 1.30, 2012/04/11 06:05:43 version 1.31, 2013/11/18 17:37:45
Line 69 
Line 69 
 #define MAXFDS 100  #define MAXFDS 100
 #define TIMER_USEC 10000  #define TIMER_USEC 10000
   
   void timo_update(unsigned int);
   void timo_init(void);
   void timo_done(void);
   void file_sigalrm(int);
   
 struct timespec file_ts;  struct timespec file_ts;
 struct filelist file_list;  struct filelist file_list;
 struct timo *timo_queue;  struct timo *timo_queue;

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31