diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-05-31 12:51:49 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-05-31 12:51:49 +0000 |
commit | 814aed96a2c0afa4218cc4384425934fd30faa68 (patch) | |
tree | 282ce6614f1d90febd43fa05fcf03847831a0ee7 /audio/headset.h | |
parent | 06e91735ba34f0f445badc796eeeb8f52e881281 (diff) |
Add support for configuration file
Diffstat (limited to 'audio/headset.h')
-rw-r--r-- | audio/headset.h | 3 |
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); |