summaryrefslogtreecommitdiffstats
path: root/audio/headset.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/headset.h')
-rw-r--r--audio/headset.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/headset.h b/audio/headset.h
index c02f36a3..0325e755 100644
--- a/audio/headset.h
+++ b/audio/headset.h
@@ -42,7 +42,8 @@ void headset_update(headset_t *headset, sdp_record_t *record, uint16_t svc);
gboolean headset_is_connected(headset_t *headset);
-int headset_server_init(DBusConnection *conn, gboolean disable_hfp);
+int headset_server_init(DBusConnection *conn, gboolean disable_hfp,
+ gboolean sco_hci);
void headset_exit(void);