summaryrefslogtreecommitdiffstats
path: root/audio/headset.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-06-06 17:58:19 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-06-06 17:58:19 +0000
commitf1a8e719f5687bb32f2f5ed59f26a3203ad43efb (patch)
tree8771c939ccaa33d02a98ef2689217a1fad5a20d9 /audio/headset.h
parente47ffdb86e691d7418c0e5a2bebbdd7c512aa50f (diff)
Some fixes for audio code prototype.
Diffstat (limited to 'audio/headset.h')
-rw-r--r--audio/headset.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/headset.h b/audio/headset.h
index 0325e755..6780e7a9 100644
--- a/audio/headset.h
+++ b/audio/headset.h
@@ -29,6 +29,8 @@
#include <dbus/dbus.h>
+#include "ipc.h"
+
#define AUDIO_HEADSET_INTERFACE "org.bluez.audio.Headset"
typedef struct headset headset_t;
@@ -47,4 +49,6 @@ int headset_server_init(DBusConnection *conn, gboolean disable_hfp,
void headset_exit(void);
+int headset_get_config(headset_t *headset, struct ipc_data_cfg *cfg);
+
#endif /* __AUDIO_HEADSET_H_ */