[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.23 and 1.24

version 1.23, 2020/02/26 13:53:58 version 1.24, 2020/03/08 14:52:20
Line 43 
Line 43 
 struct ctlops  struct ctlops
 {  {
         void (*exit)(void *);                   /* delete client */          void (*exit)(void *);                   /* delete client */
           void (*sync)(void *);                   /* description ready */
 };  };
   
 struct slot {  struct slot {
Line 313 
Line 314 
     char *, int, char *, char *, int, int, int);      char *, int, char *, char *, int, int, int);
 void dev_rmctl(struct dev *, int);  void dev_rmctl(struct dev *, int);
 int dev_makeunit(struct dev *, char *);  int dev_makeunit(struct dev *, char *);
   void dev_ctlsync(struct dev *);
   
 #endif /* !defined(DEV_H) */  #endif /* !defined(DEV_H) */

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24