From 18614bd2b008cb9f3879990883c569c37b72f195 Mon Sep 17 00:00:00 2001 From: Alok Barsode Date: Thu, 4 Sep 2008 16:03:43 +0530 Subject: Renaming struct adapter to struct btd_adapter. --- serial/manager.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'serial') diff --git a/serial/manager.c b/serial/manager.c index eb575d58..f4687ccd 100644 --- a/serial/manager.c +++ b/serial/manager.c @@ -77,7 +77,7 @@ static DBusConnection *connection = NULL; static int serial_probe(struct btd_device *device, sdp_record_t *rec, const char *name, const char *uuid) { - struct adapter *adapter = device_get_adapter(device); + struct btd_adapter *adapter = device_get_adapter(device); const gchar *path = device_get_path(device); sdp_list_t *protos; int ch; @@ -150,7 +150,7 @@ static struct btd_device_driver serial_dialup_driver = { .remove = dialup_remove, }; -static int proxy_probe(struct adapter *adapter) +static int proxy_probe(struct btd_adapter *adapter) { const char *path = adapter_get_path(adapter); const char *address = adapter_get_address(adapter); @@ -162,7 +162,7 @@ static int proxy_probe(struct adapter *adapter) return proxy_register(connection, path, &src); } -static void proxy_remove(struct adapter *adapter) +static void proxy_remove(struct btd_adapter *adapter) { const char *path = adapter_get_path(adapter); -- cgit