summaryrefslogtreecommitdiffstats
path: root/src/device.h
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@azingo.com>2008-09-08 17:55:14 +0530
committerAlok Barsode <alok.barsode@azingo.com>2008-09-08 17:55:14 +0530
commit19ce4933f3dadf3b04a2a9bd84d66d750cc010c3 (patch)
tree2cb709fd575d0cb31428d0cb2b5d6265ffb8b035 /src/device.h
parent2a8fb41c4c57b24a22f3adaab472b416faae122e (diff)
Redefining device_get_address to take bdaddr_t as parameter.
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.h b/src/device.h
index 95b5e596..d2331173 100644
--- a/src/device.h
+++ b/src/device.h
@@ -32,7 +32,7 @@ int device_browse(struct btd_device *device, DBusConnection *conn,
DBusMessage *msg, uuid_t *search);
void device_probe_drivers(struct btd_device *device, GSList *uuids, sdp_list_t *recs);
struct btd_adapter *device_get_adapter(struct btd_device *device);
-const gchar *device_get_address(struct btd_device *device);
+void device_get_address(struct btd_device *adapter, bdaddr_t *bdaddr);
const gchar *device_get_path(struct btd_device *device);
struct agent *device_get_agent(struct btd_device *device);
void device_set_agent(struct btd_device *device, struct agent *agent);