summaryrefslogtreecommitdiffstats
path: root/audio/a2dp.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-09-28 13:46:55 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-09-28 13:46:55 +0000
commit847dad179fe16ec395373e4b55d46dcd400c623a (patch)
tree139f0bdc92e1d7ea3be3f787ace5a7064f8e29b3 /audio/a2dp.h
parent11275793e04e21cb7e26d6a7d289f98005a3c478 (diff)
Expose stream setup errors higher up in the call stack
Diffstat (limited to 'audio/a2dp.h')
-rw-r--r--audio/a2dp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/a2dp.h b/audio/a2dp.h
index e0d1c2f6..dffdf259 100644
--- a/audio/a2dp.h
+++ b/audio/a2dp.h
@@ -81,7 +81,8 @@ struct a2dp_sep;
typedef void (*a2dp_stream_cb_t) (struct avdtp *session, struct a2dp_sep *sep,
struct avdtp_stream *stream,
- void *user_data);
+ void *user_data,
+ struct avdtp_error *err);
int a2dp_init(DBusConnection *conn, int sources, int sinks);
void a2dp_exit(void);