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

Diff for /src/usr.bin/sndiod/dev.h between version 1.13 and 1.14

version 1.13, 2018/06/26 07:13:54 version 1.14, 2018/06/26 07:15:17
Line 237 
Line 237 
  * sio_open(3) like interface for clients   * sio_open(3) like interface for clients
  */   */
 void slot_log(struct slot *);  void slot_log(struct slot *);
 struct slot *slot_new(struct dev *, char *, struct slotops *, void *, int);  struct slot *slot_new(struct dev *, struct opt *, char *,
       struct slotops *, void *, int);
 void slot_del(struct slot *);  void slot_del(struct slot *);
 void slot_setvol(struct slot *, unsigned int);  void slot_setvol(struct slot *, unsigned int);
 void slot_start(struct slot *);  void slot_start(struct slot *);

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