From 847dad179fe16ec395373e4b55d46dcd400c623a Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 28 Sep 2007 13:46:55 +0000 Subject: Expose stream setup errors higher up in the call stack --- audio/a2dp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio/a2dp.h') 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); -- cgit