diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-06-18 21:08:35 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-06-18 21:08:35 +0000 |
commit | eb0899c1c7137ece8c0e5e5ec031cb2b9b4262e3 (patch) | |
tree | c18bfb08d8d4ab57e6b61427c4c30c80361f8170 /audio/headset.h | |
parent | 8b82bd82b15db30f805c755aa783f6c98f0be73e (diff) |
Make deprecated headset methods to rely on new device methods.
Diffstat (limited to 'audio/headset.h')
-rw-r--r-- | audio/headset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/headset.h b/audio/headset.h index 6780e7a9..b420860e 100644 --- a/audio/headset.h +++ b/audio/headset.h @@ -29,7 +29,7 @@ #include <dbus/dbus.h> -#include "ipc.h" +#include "unix.h" #define AUDIO_HEADSET_INTERFACE "org.bluez.audio.Headset" @@ -49,6 +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); +int headset_get_config(headset_t *headset, int sock, struct ipc_data_cfg *cfg); #endif /* __AUDIO_HEADSET_H_ */ |