diff options
author | Vinicius Gomes <vinicius.gomes@openbossa.org> | 2008-03-20 14:39:35 +0000 |
---|---|---|
committer | Vinicius Gomes <vinicius.gomes@openbossa.org> | 2008-03-20 14:39:35 +0000 |
commit | 9e344aba0489ceddb0fc9a12e1f012fd0f6250f9 (patch) | |
tree | 900ae23ff54dc9d09c0c72485c7e8c89bc8251a5 /hcid/adapter.h | |
parent | 6a3f7979de00988fd66e586097efc5de577f0436 (diff) |
adapter: fixing the parameter list of the adapter_get_device function
Diffstat (limited to 'hcid/adapter.h')
-rw-r--r-- | hcid/adapter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/adapter.h b/hcid/adapter.h index 0ab02c77..82e4f68c 100644 --- a/hcid/adapter.h +++ b/hcid/adapter.h @@ -113,7 +113,7 @@ struct adapter { dbus_bool_t adapter_init(DBusConnection *conn, const char *path); -struct device *adapter_get_device(struct adapter *adapter, const char *src); +struct device *adapter_get_device(struct adapter *adapter, const char *dest); const char *major_class_str(uint32_t class); |