diff options
author | Alok Barsode <alok.barsode@azingo.com> | 2008-09-04 16:03:43 +0530 |
---|---|---|
committer | Alok Barsode <alok.barsode@azingo.com> | 2008-09-04 16:03:43 +0530 |
commit | 18614bd2b008cb9f3879990883c569c37b72f195 (patch) | |
tree | 4fa3c31c5dedb9ac6db5ec651f8e109bf6fd353f /input/manager.c | |
parent | cef9cd308fbd34476e45794eabe1805dc87cd15e (diff) |
Renaming struct adapter to struct btd_adapter.
Diffstat (limited to 'input/manager.c')
-rw-r--r-- | input/manager.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |