summaryrefslogtreecommitdiffstats
path: root/serial
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@azingo.com>2008-09-04 16:03:43 +0530
committerAlok Barsode <alok.barsode@azingo.com>2008-09-04 16:03:43 +0530
commit18614bd2b008cb9f3879990883c569c37b72f195 (patch)
tree4fa3c31c5dedb9ac6db5ec651f8e109bf6fd353f /serial
parentcef9cd308fbd34476e45794eabe1805dc87cd15e (diff)
Renaming struct adapter to struct btd_adapter.
Diffstat (limited to 'serial')
-rw-r--r--serial/manager.c6
1 files changed, 3 insertions, 3 deletions
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);