diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-01-23 13:27:30 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-01-23 13:27:30 +0000 |
commit | 5b601136563565049e0dc726b67860bc636e03bd (patch) | |
tree | a94d2dae627d3beb78ab0f8c7b3e8e7ec324f367 /audio/a2dp.h | |
parent | f978653b315bc6d9d029dae1206085ba579fced4 (diff) |
Add config options for each source.
Diffstat (limited to 'audio/a2dp.h')
-rw-r--r-- | audio/a2dp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/a2dp.h b/audio/a2dp.h index 84301bad..a83b523a 100644 --- a/audio/a2dp.h +++ b/audio/a2dp.h @@ -129,7 +129,7 @@ typedef void (*a2dp_stream_cb_t) (struct avdtp *session, struct avdtp_error *err, void *user_data); -int a2dp_init(DBusConnection *conn, int sources, int sinks); +int a2dp_init(DBusConnection *conn, GKeyFile *config); void a2dp_exit(void); unsigned int a2dp_source_config(struct avdtp *session, a2dp_config_cb_t cb, |