[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.11 and 1.12

version 1.11, 2011/11/15 08:05:22 version 1.12, 2012/04/11 06:05:43
Line 31 
Line 31 
         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 */          int join;               /* true if join/expand enabled */
         unsigned mode;          /* bitmap of MODE_XXX */          unsigned int mode;      /* bitmap of MODE_XXX */
         struct dev *dev;        /* device to which we're attached */          struct dev *dev;        /* device to which we're attached */
 };  };
   
 extern struct opt *opt_list;  extern struct opt *opt_list;
   
 struct opt *opt_new(char *, struct dev *, struct aparams *, struct aparams *,  struct opt *opt_new(char *, struct dev *, struct aparams *, struct aparams *,
     int, int, int, unsigned);      int, int, int, unsigned int);
 int opt_bind(struct opt *);  int opt_bind(struct opt *);
 struct opt *opt_byname(char *, unsigned);  struct opt *opt_byname(char *, unsigned int);
   
 #endif /* !defined(OPT_H) */  #endif /* !defined(OPT_H) */

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12