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

Diff for /src/usr.bin/sndiod/opt.h between version 1.7 and 1.8

version 1.7, 2021/11/01 14:43:25 version 1.8, 2024/04/22 10:42:04
Line 47 
Line 47 
 struct opt *opt_bynum(int);  struct opt *opt_bynum(int);
 void opt_init(struct opt *);  void opt_init(struct opt *);
 void opt_done(struct opt *);  void opt_done(struct opt *);
 void opt_setdev(struct opt *, struct dev *);  int opt_setdev(struct opt *, struct dev *);
 struct dev *opt_ref(struct opt *);  struct dev *opt_ref(struct opt *);
 void opt_unref(struct opt *);  void opt_unref(struct opt *);
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8