summaryrefslogtreecommitdiffstats
path: root/audio/control.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-03-05 17:43:54 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-03-05 17:43:54 +0000
commitaa4ce3509e6bf62a20e89d680e2792388f0afde1 (patch)
tree18aa2354290c96b7d1a1c8a941463334414163a9 /audio/control.h
parent37c2fa54a9eb3d086849acdf4a4d64157334b21a (diff)
Do master role switching by default and add ForceMaster config option
Diffstat (limited to 'audio/control.h')
-rw-r--r--audio/control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/control.h b/audio/control.h
index 7247949d..4f3b7e00 100644
--- a/audio/control.h
+++ b/audio/control.h
@@ -24,7 +24,7 @@
#define AUDIO_CONTROL_INTERFACE "org.bluez.audio.Control"
-int avrcp_init(DBusConnection *conn);
+int avrcp_init(DBusConnection *conn, GKeyFile *config);
void avrcp_exit(void);
gboolean avrcp_connect(struct device *dev);