From f1a8e719f5687bb32f2f5ed59f26a3203ad43efb Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 6 Jun 2007 17:58:19 +0000 Subject: Some fixes for audio code prototype. --- audio/headset.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'audio/headset.h') 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 +#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_ */ -- cgit