summaryrefslogtreecommitdiffstats
path: root/audio/manager.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-07-20 18:03:20 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-07-20 18:03:20 +0000
commitac9481b7ad48944f727f6f42237e4e4da32a10a7 (patch)
treef1f037c7089ccf8cc9f8efe7711a262bbfdd0148 /audio/manager.h
parent072e787344d83af866fc6fb4f7ee88fd5d62cac2 (diff)
Move server registration and sdp record code from gateway to manager.
Diffstat (limited to 'audio/manager.h')
-rw-r--r--audio/manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/manager.h b/audio/manager.h
index f21e958e..79fe9090 100644
--- a/audio/manager.h
+++ b/audio/manager.h
@@ -29,7 +29,7 @@
#define AUDIO_MANAGER_PATH "/org/bluez/audio"
#define AUDIO_MANAGER_INTERFACE "org.bluez.audio.Manager"
-int audio_init(DBusConnection *conn);
+int audio_init(DBusConnection *conn, gboolean no_hfp, gboolean sco_hci);
void audio_exit(void);