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

Diff for /src/usr.bin/sndiod/siofile.c between version 1.2 and 1.3

version 1.2, 2013/02/01 09:06:27 version 1.3, 2013/11/18 17:37:45
Line 33 
Line 33 
   
 #define WATCHDOG_USEC   2000000         /* 2 seconds */  #define WATCHDOG_USEC   2000000         /* 2 seconds */
   
   void dev_sio_onmove(void *, int);
   void dev_sio_timeout(void *);
 int dev_sio_pollfd(void *, struct pollfd *);  int dev_sio_pollfd(void *, struct pollfd *);
 int dev_sio_revents(void *, struct pollfd *);  int dev_sio_revents(void *, struct pollfd *);
 void dev_sio_run(void *);  void dev_sio_run(void *);

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