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

Diff for /src/usr.bin/aucat/Attic/dev.h between version 1.5 and 1.6

version 1.5, 2008/11/09 16:26:07 version 1.6, 2008/11/10 23:25:37
Line 33 
Line 33 
 void dev_stop(void);  void dev_stop(void);
 void dev_run(int);  void dev_run(int);
 void dev_done(void);  void dev_done(void);
   int  dev_getep(struct abuf **, struct abuf **);
 void dev_sync(struct abuf *, struct abuf *);  void dev_sync(struct abuf *, struct abuf *);
 void dev_attach(char *,  void dev_attach(char *,
     struct abuf *, struct aparams *, unsigned,      struct abuf *, struct aparams *, unsigned,
     struct abuf *, struct aparams *, unsigned);      struct abuf *, struct aparams *, unsigned);
   void dev_setvol(struct abuf *, int);
 void dev_clear(void);  void dev_clear(void);
   
 extern struct devops *devops, devops_sun, devops_aucat;  extern struct devops *devops, devops_sun, devops_aucat;

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