[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.14 and 1.15

version 1.14, 2009/10/10 13:55:37 version 1.15, 2009/11/03 21:31:37
Line 29 
Line 29 
 void dev_midiattach(struct abuf *, struct abuf *);  void dev_midiattach(struct abuf *, struct abuf *);
 unsigned dev_roundof(unsigned);  unsigned dev_roundof(unsigned);
 void dev_loopinit(struct aparams *, struct aparams *, unsigned);  void dev_loopinit(struct aparams *, struct aparams *, unsigned);
 int  dev_init(char *, struct aparams *, struct aparams *, unsigned);  int  dev_init(char *, struct aparams *, struct aparams *, unsigned, unsigned);
 void dev_start(void);  void dev_start(void);
 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 **);  int  dev_getep(struct abuf **, struct abuf **);
 void dev_sync(struct abuf *, struct abuf *);  void dev_sync(struct abuf *, struct abuf *);
   int dev_getpos(void);
 void dev_attach(char *,  void dev_attach(char *,
     struct abuf *, struct aparams *, unsigned,      struct abuf *, struct aparams *, unsigned,
     struct abuf *, struct aparams *, unsigned, int);      struct abuf *, struct aparams *, unsigned, int);

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15