summaryrefslogtreecommitdiffstats
path: root/audio/headset.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-08-28 12:22:29 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-08-28 12:22:29 +0000
commitd1fb0b25a9882016de70f102408f10101b348e57 (patch)
treee9a28f98b63eec38c78e8df150198d63635a50de /audio/headset.h
parent10abd63aeb3665b2dcade32b6397a485579638ec (diff)
Fix unix client disconnects before headset has been successfully connected
Diffstat (limited to 'audio/headset.h')
-rw-r--r--audio/headset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/headset.h b/audio/headset.h
index 31486834..3f762815 100644
--- a/audio/headset.h
+++ b/audio/headset.h
@@ -57,6 +57,7 @@ void headset_update(struct device *dev, sdp_record_t *record, uint16_t svc);
unsigned int headset_request_stream(struct device *dev, headset_stream_cb_t cb,
void *user_data);
+gboolean headset_cancel_stream(struct device *dev, unsigned int id);
headset_type_t headset_get_type(struct device *dev);
void headset_set_type(struct device *dev, headset_type_t type);