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

Diff for /src/usr.bin/sndiod/file.c between version 1.3 and 1.4

version 1.3, 2013/02/01 09:06:27 version 1.4, 2013/11/18 17:37:45
Line 62 
Line 62 
 #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 file *file_list;  struct file *file_list;
 struct timo *timo_queue;  struct timo *timo_queue;

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