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

Diff for /src/usr.bin/aucat/Attic/aproc.h between version 1.20 and 1.21

version 1.20, 2009/08/26 06:10:15 version 1.21, 2009/08/26 08:28:21
Line 169 
Line 169 
                 struct {                  struct {
 #define CTL_NSLOT       8  #define CTL_NSLOT       8
 #define CTL_NAMEMAX     8  #define CTL_NAMEMAX     8
                           unsigned serial;
                         struct ctl_slot {                          struct ctl_slot {
                                 void (*cb)(void *, unsigned);                                  void (*cb)(void *, unsigned);
                                 void *arg;                                  void *arg;
                                 unsigned unit;                                  unsigned unit;
                                 char name[CTL_NAMEMAX];                                  char name[CTL_NAMEMAX];
                                   unsigned serial;
                         } slot[CTL_NSLOT];                          } slot[CTL_NSLOT];
                 } ctl;                  } ctl;
         } u;          } u;

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21