From a41d72bb2ec84a055bb915803dfa75496f09973b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 2 Feb 2009 01:44:37 +0100 Subject: update sbc stuff --- src/modules/bluetooth/sbc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules/bluetooth/sbc.h') diff --git a/src/modules/bluetooth/sbc.h b/src/modules/bluetooth/sbc.h index 8ac59309..b0a14888 100644 --- a/src/modules/bluetooth/sbc.h +++ b/src/modules/bluetooth/sbc.h @@ -74,6 +74,7 @@ struct sbc_struct { uint8_t endian; void *priv; + void *priv_alloc_base; }; typedef struct sbc_struct sbc_t; -- cgit