summaryrefslogtreecommitdiffstats
path: root/audio/avdtp.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-08-16 19:24:07 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-08-16 19:24:07 +0000
commit871c0518ec53309a38debbb86a36c035c3470fba (patch)
tree823aa033bccb92f76735079312d0e4274b8313e9 /audio/avdtp.h
parent8ae40e0b0046a011bbc15771f248d7950a606ae4 (diff)
Revert changes from previous commit that were not supposed to go in
Diffstat (limited to 'audio/avdtp.h')
-rw-r--r--audio/avdtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/avdtp.h b/audio/avdtp.h
index aa835131..0043c480 100644
--- a/audio/avdtp.h
+++ b/audio/avdtp.h
@@ -165,7 +165,7 @@ struct avdtp_service_capability *avdtp_get_codec(struct avdtp_remote_sep *sep);
int avdtp_discover(struct avdtp *session, avdtp_discover_cb_t cb,
void *user_data);
-void avdtp_stream_add_cb(struct avdtp *session, struct avdtp_stream *stream,
+void avdtp_stream_set_cb(struct avdtp *session, struct avdtp_stream *stream,
avdtp_stream_state_cb cb, void *data);
gboolean avdtp_stream_get_transport(struct avdtp_stream *stream, int *sock,