diff options
author | Cidorvan Leite <cidorvan.leite@openbossa.org> | 2008-03-13 22:06:43 +0000 |
---|---|---|
committer | Cidorvan Leite <cidorvan.leite@openbossa.org> | 2008-03-13 22:06:43 +0000 |
commit | ff296428a08dee619db1cc702146faefa91087fa (patch) | |
tree | 636ecaeb32212bf3a08f9c64010a943eedbde062 /hcid/device.h | |
parent | eda0dd9fa1dbb5b69fd6318ee6c5fe36bf544582 (diff) |
Created devices from linkkeys
Diffstat (limited to 'hcid/device.h')
-rw-r--r-- | hcid/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/device.h b/hcid/device.h index 08d4c1b0..db6eed8b 100644 --- a/hcid/device.h +++ b/hcid/device.h @@ -34,3 +34,4 @@ struct device { struct device *device_create(DBusConnection *conn, struct adapter *adapter, const gchar *address, GSList *uuids); void device_destroy(struct device *device, DBusConnection *conn); +gint device_address_cmp(struct device *device, const gchar *address); |