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

Diff for /src/usr.bin/aucat/Attic/amsg.h between version 1.11 and 1.12

version 1.11, 2009/10/17 10:55:43 version 1.12, 2009/10/22 21:41:30
Line 89 
Line 89 
 #define AMSG_MIDIOUT    0x8                     /* MIDI thru output */  #define AMSG_MIDIOUT    0x8                     /* MIDI thru output */
 #define AMSG_MIXER      0x10                    /* MIDI mixer */  #define AMSG_MIXER      0x10                    /* MIDI mixer */
                         uint16_t proto;         /* protocol type */                          uint16_t proto;         /* protocol type */
 #define AMSG_VERSION    0  #define AMSG_VERSION    1
                         uint8_t version;        /* protocol version */                          uint8_t version;        /* protocol version */
                         uint8_t reserved1[5];   /* for future use */                          uint8_t reserved1[5];   /* for future use */
                         char opt[12];           /* profile name */                          char opt[12];           /* profile name */

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