diff options
-rw-r--r-- | usr.bin/aucat/amsg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/aucat/amsg.h b/usr.bin/aucat/amsg.h index 911cf572f16..f5dd3030e1f 100644 --- a/usr.bin/aucat/amsg.h +++ b/usr.bin/aucat/amsg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: amsg.h,v 1.15 2010/04/06 20:07:01 ratchov Exp $ */ +/* $OpenBSD: amsg.h,v 1.16 2010/04/06 20:19:42 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -90,7 +90,7 @@ struct amsg { #define AMSG_MON 0x10 /* audio monitoring */ #define AMSG_RECMASK (AMSG_REC | AMSG_MON) /* can record ? */ uint16_t proto; /* protocol type */ -#define AMSG_VERSION 1 +#define AMSG_VERSION 2 uint8_t version; /* protocol version */ uint8_t reserved1[5]; /* for future use */ char opt[12]; /* profile name */ |