summaryrefslogtreecommitdiff
path: root/profiles/audio/transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/audio/transport.h')
-rw-r--r--profiles/audio/transport.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/audio/transport.h b/profiles/audio/transport.h
index 51a67ea74..102fc3cf1 100644
--- a/profiles/audio/transport.h
+++ b/profiles/audio/transport.h
@@ -14,7 +14,8 @@ struct media_transport;
struct media_transport *media_transport_create(struct btd_device *device,
const char *remote_endpoint,
uint8_t *configuration,
- size_t size, void *data);
+ size_t size, void *data,
+ void *stream);
void media_transport_destroy(struct media_transport *transport);
const char *media_transport_get_path(struct media_transport *transport);