From 723fde49c5c473d01a739b116cb674623ed5a40e Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sat, 19 May 2007 01:18:39 +0000 Subject: Implement CreateDevice, associated SDP discovery and other necessary changes --- audio/headset.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'audio/headset.h') diff --git a/audio/headset.h b/audio/headset.h index 06ee8483..3ccbf8b2 100644 --- a/audio/headset.h +++ b/audio/headset.h @@ -24,6 +24,8 @@ #define __AUDIO_HEADSET_H #include +#include +#include #include @@ -31,7 +33,7 @@ typedef struct headset headset_t; -headset_t *headset_init(const char *path); +headset_t *headset_init(const char *object_path, sdp_record_t *record); gboolean headset_is_connected(headset_t *headset); -- cgit