From 4e6726e8029f20be3e08b44760c56fc7a419090b Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 10 Mar 2008 13:44:09 +0000 Subject: Intial device GetProperties implementation. --- hcid/device.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hcid/device.h') diff --git a/hcid/device.h b/hcid/device.h index 4bdf9b0e..91ac8a7b 100644 --- a/hcid/device.h +++ b/hcid/device.h @@ -23,6 +23,7 @@ */ struct device { + char *address; char *path; struct adapter *adapter; sdp_list_t *uuids; -- cgit