summaryrefslogtreecommitdiffstats
path: root/src/modules/bluetooth/sbc.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-02-02 01:44:37 +0100
committerLennart Poettering <lennart@poettering.net>2009-02-02 01:44:37 +0100
commita41d72bb2ec84a055bb915803dfa75496f09973b (patch)
treee9717151400b2eaa15bc149e9987fdab7890df46 /src/modules/bluetooth/sbc.h
parent537424a9a9fb8c3fbc930a70874c0983b6c5d1a3 (diff)
update sbc stuff
Diffstat (limited to 'src/modules/bluetooth/sbc.h')
-rw-r--r--src/modules/bluetooth/sbc.h1
1 files changed, 1 insertions, 0 deletions
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;