From 0094809955895c974fbe95f2d3ed13f420a6a6ed Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 14 May 2008 22:16:16 +0000 Subject: Make bt_io_callback_t to take both source and destination. --- audio/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/device.h') diff --git a/audio/device.h b/audio/device.h index c5907075..44515bf4 100644 --- a/audio/device.h +++ b/audio/device.h @@ -70,7 +70,7 @@ struct device { }; struct device *device_register(DBusConnection *conn, - const char *path, bdaddr_t *bda); + const char *path, const bdaddr_t *bda); int device_store(struct device *device, gboolean is_default); -- cgit