summaryrefslogtreecommitdiffstats
path: root/audio/avdtp.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/avdtp.h
parent37c2fa54a9eb3d086849acdf4a4d64157334b21a (diff)
Do master role switching by default and add ForceMaster config option
Diffstat (limited to 'audio/avdtp.h')
-rw-r--r--audio/avdtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/avdtp.h b/audio/avdtp.h
index 4ae17508..4e938b6d 100644
--- a/audio/avdtp.h
+++ b/audio/avdtp.h
@@ -264,5 +264,5 @@ int avdtp_error_posix_errno(struct avdtp_error *err);
void avdtp_get_peers(struct avdtp *session, bdaddr_t *src, bdaddr_t *dst);
-int avdtp_init(void);
+int avdtp_init(GKeyFile *config);
void avdtp_exit(void);