=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/amsg.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/aucat/Attic/amsg.h 2009/08/28 06:37:06 1.10 +++ src/usr.bin/aucat/Attic/amsg.h 2009/10/17 10:55:43 1.11 @@ -1,4 +1,4 @@ -/* $OpenBSD: amsg.h,v 1.10 2009/08/28 06:37:06 ratchov Exp $ */ +/* $OpenBSD: amsg.h,v 1.11 2009/10/17 10:55:43 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -89,7 +89,9 @@ #define AMSG_MIDIOUT 0x8 /* MIDI thru output */ #define AMSG_MIXER 0x10 /* MIDI mixer */ uint16_t proto; /* protocol type */ - uint8_t reserved1[6]; /* for future use */ +#define AMSG_VERSION 0 + uint8_t version; /* protocol version */ + uint8_t reserved1[5]; /* for future use */ char opt[12]; /* profile name */ char who[12]; /* hint for leases */ } hello;