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

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

version 1.5, 2010/04/06 20:07:01 version 1.6, 2010/04/21 06:13:07
Line 28 
Line 28 
         struct aparams wpar;    /* template for clients write params */          struct aparams wpar;    /* template for clients write params */
         struct aparams rpar;    /* template for clients read params */          struct aparams rpar;    /* template for clients read params */
         int mmc;                /* true if MMC control enabled */          int mmc;                /* true if MMC control enabled */
           int join;               /* true if join/expand enabled */
 #define MODE_PLAY       0x1     /* allowed to play */  #define MODE_PLAY       0x1     /* allowed to play */
 #define MODE_REC        0x2     /* allowed to rec */  #define MODE_REC        0x2     /* allowed to rec */
 #define MODE_MIDIIN     0x4     /* allowed to read midi */  #define MODE_MIDIIN     0x4     /* allowed to read midi */
Line 39 
Line 40 
   
 SLIST_HEAD(optlist,opt);  SLIST_HEAD(optlist,opt);
   
 void opt_new(char *, struct aparams *, struct aparams *, int, int, unsigned);  void opt_new(char *, struct aparams *, struct aparams *,
       int, int, int, unsigned);
 struct opt *opt_byname(char *);  struct opt *opt_byname(char *);
   
 #endif /* !defined(OPT_H) */  #endif /* !defined(OPT_H) */

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