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. --- input/manager.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'input') diff --git a/input/manager.c b/input/manager.c index 68b4c1c1..dfd2da3a 100644 --- a/input/manager.c +++ b/input/manager.c @@ -173,7 +173,7 @@ static void input_remove(struct btd_device *device, const char *uuid) static int hid_probe(struct btd_device *device, GSList *records) { - struct adapter *adapter = device_get_adapter(device); + struct btd_adapter *adapter = device_get_adapter(device); const gchar *path = device_get_path(device); const char *source, *destination; struct hidp_connadd_req hidp; @@ -213,7 +213,7 @@ static void hid_remove(struct btd_device *device) static int headset_probe(struct btd_device *device, GSList *records) { - struct adapter *adapter = device_get_adapter(device); + struct btd_adapter *adapter = device_get_adapter(device); const gchar *path = device_get_path(device); sdp_record_t *record = records->data; sdp_list_t *protos; -- cgit